Archive for category Code Uncode

Beginning Android development together: Week 1

Hello all future android rock-stars. Beginning today droolJunkie is going to have a weekly post where we together will be learning how to develop on Android. Week 1: Setting up the tools of the trade Google provides very powerful tools to develop on the Android platform. They not only have command line tools but also [...]

Tags: , ,

iPhone SDK 3.2: whats new?

With the latest announcement of iPad, what came along is the iPhone’s new SDK 3.2. Other than featuring iPad only split views and pop overs shown extensively during the Steve’s presentation, there are many more elements which look really interesting and would be very worthy for business and student oriented apps. I am listing a [...]

Tags: , ,

Search for a Regular Expression: iPhone/iPad Development

There are several instances when we need to search for specific type of text in a string or document. For example, searching for a URL in a HTML file, confirming e-mail address in a web form field and so on. The easiest way to get around this is by using an open source library called: [...]

Tags: , , , , ,

Beginning iPhone App Dev Issues: Part 3 (double free errors)

At times, while running through your app, you might come across this warning on console: MyApp(2121,0xb0185000) malloc: *** error for object 0×1068310: double free *** set a breakpoint in malloc_error_break to debug Even though you might feel that its not affecting your app, but its still annoying, and might cause some memory related issues as [...]

Tags: , , , , , , ,

Beginning iPhone App Dev Issues: Part 2 (Running App on the device issues)

iPhone development is fun most of the time, but can be more than frustrating at times as well. Apple didn’t make the running app on the device a simple task. A developer has to deal with a lot of things like AppIDs, identifiers, certificates and Provisioning profiles before he/she is able to see it running [...]

Tags: , , , , , , ,