Learn2Develop is a technology company specializing in hands-on training on the latest Web and Mobile technologies.
Email: weimenglee@learn2develop.net
Wednesday, June 30, 2010
iOS Training Roadmap
Monday, June 28, 2010
Course Calendar from July to Oct 2010
Saturday, June 26, 2010
Fun with iPhone Network Programming - 25 July 2010
Updated course schedule for July 2010
Friday, June 18, 2010
SMS Bubble UI in iPhone Apps
Users of iPhone are no stranger to the built-in SMS application that displays your messages using cute little bubbles. However, this innovative UI feature is not exposed to the iPhone developers - you have to create it yourself if you want to have the same look-and-feel of the SMS application. Creating this UI - which I will call the Bubble UI, allow you to represent information in a conversational style. A good application of this is when you are creating a chat application. Messages exchanged between two persons can be shown in message bubbles.
In this article, I will walk you through the steps to create an UI that is similar to the SMS application.