I have faced this question many a time, whether we should have a system architecture Read More “Do we need System Architecture for Mobile Applications?”
Author: Dipak Mishra
Resume last activity when launcher icon is clicked in android
I came across this interesting problem, where my app was starting fresh from root/launcher activity, Read More “Resume last activity when launcher icon is clicked in android”
How to set timezone to your Ubuntu server
Background: One of my recent projects required me to setup an ubuntu server on Amazon AWS Read More “How to set timezone to your Ubuntu server”
Moving or relocating a git repository to a new server
If you or your company decides to move git repository to a new server location, Read More “Moving or relocating a git repository to a new server”
How to split NSString at uppercase letters
In course of developing one of the applications, I came across a requirement where I Read More “How to split NSString at uppercase letters”
Two ways to load custom UITableViewCell from nib
Create a custom class subclassing UITableViewCell. Make sure to check the nib check box. Add Read More “Two ways to load custom UITableViewCell from nib”
How to get Device Model in Objective-C
In one of my recent apps, I was required to track usage of application based Read More “How to get Device Model in Objective-C”
How to use iPhone contacts in your own application
In this how to series, I have come up with yet another code snippet, which Read More “How to use iPhone contacts in your own application”
How to save current screen to iPhone library
Here is a quick post, in which I am posting a quick snippet to capture Read More “How to save current screen to iPhone library”
Using NSUserDefaults in iPhone app – Interesting fact.
In one of my projects, I was using User Defaults for the first time. Then Read More “Using NSUserDefaults in iPhone app – Interesting fact.”