Monday, 8 November 2010

Sunday, 24 October 2010

Chandamama iPhone app

Download  from app store here

Yesterday night I submitted an iOS app to Apple for approval, it’s first time ever I have experienced nerdgasm!
Chandamama is one of my favorite comic and I still read it when find old issues, I’m really excited to write an App for it. The first version has support for three languages that is Kannada, Hindi and English, it allows user to read Chandamama archives from 1949 which is exciting the best part is the will be available for free, yes you heard it correctly it is going to be FREE. Basically as C# developer I should live up to Microsoft in naming the product, so I named it “Chandamama Archive Reader”!
I have posted the screenshots of app just give sense of what we are going to get on iPhone/iPod.
The Home screen where you get select language.
IMG_0035[1]
List of Issues of Comic all the way from 1949!
IMG_0036[1]
Comic View, where we can navigate through pages by swiping on screen and you have option to use Next and Previous Button to navigate and Pinch in and out to zoom
IMG_0037[1]
When, you tap on Comic view it enters to full screen mode so you can continue reading comic without  any visual distractions. (I love these vintage ads on comic Smile with tongue out)
IMG_0041[1] IMG_0040[1]
You possibly may think that App looks very boring, well, I have few tasks lined up for future release, as one of famous software quote “If always think of future, you never going to release V1.0” so that justifies everything.
If everything goes well it will be available in App store by end of October!

Sunday, 18 July 2010

Weekend! There's an app for that

Well I did not had plans for this weekend when woke up on Saturday afternoon morning, Okay, I thought lets write some code, create an app for iPhone. But what app? Apple says "There's an app for that"


I was like without any idea for hours, just thinking what to create. Finally I decided to create an app for StackExchange (Stackoverflow) API. 

Already few fellow community developer listed there apps on the StackApps, but I had whole different idea for my app like. Monitor latest updates, reputation change and answers for your question. I haven't listed it on stackapps yet, it needs still more work of another weekend. Here I have included some screenshots of it.

Homescreen show the list users, you are interested to get the updates for.


When you click the "+" sign on the right top corner, you will be presented a form to include new user.


After you entered user id, app will fetch details from server


Finally, you can see user name and avatar.


Still work in progress you may see lot improvements in later days and I'm planning to include Push notification support

Wednesday, 7 July 2010

Hello iPhone

Since I bought MacBook Pro all I had in mind is to build an iPhone app, I knew it is not going to be easy (not impossible either).  I had two options to build an app, Objective-C with Cocoa touch or MonoTouch.

Being a C Sharp developer the choice was obvious MonoTouch, but soon after I started using it, I felt that it is not way to go I mean MonoTouch is great simple to use and just feels homely, the point I want make here is that before using it have understanding how an iPhone app works read programming guides and at least use objective-c and XCode for initial learning for about week or two it really helps understanding iPhone app architecture and most libraries. Later it’s an easy ride with MonoTouch and C#.  (I found this link in Stackoverflow.com, which one to choose MonoTouch or CocoaTouch)

My first app was “Hello iPhone” (following tradition here), but I have uploaded DirnkMixture app an example from the “Head First iPhone Development” book but developed in Mono.