Posted on April 18th, 2011 by Palak Suneja
I recently started working in iPhone (iOS) development. Before that I was having a happy life while working on Java-Flex technology. It is a big shift from wider to smaller space if you compare Java with Objective-C. Java guy doesn’t need to know much about the memory-management because he has a very good friend in [...]
Filed under: iPhone, Objective C | No Comments »
Posted on April 14th, 2011 by Rajdeep Mann
Grid Views are powerful way of presenting data to users that won’t be as appealing if presented in tabular form. For instance, the default home screen of iPhone looks elegant when presented in grid view. Similar case can occur in your application as well. As for iPhone, sdk doesn’t provide any grid view implementation similar [...]
Filed under: Blog, cocoa touch, iPhone, Mobile, Mobile Apps, Objective C, UI | 2 Comments »
Posted on April 13th, 2011 by Vaibhav Sehgal
Suppose we want to build an iPhone application that alerts the user at a particular point in time or at repeated intervals of time with some custom message, or that the application runs in the background and performs some task, and alerts the user when the task is complete. This can be accomplished in iPhone [...]
Filed under: iPhone, Objective C | 6 Comments »