iPhone Memory leaks – An Introduction

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 [...]

Building Editable GridView for iPhone apps

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 [...]

Local Notifications in iPhone

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 [...]