Tips

Eclipse crashes while you export apk in mac – Solution

Eclipse crashes while you export apk in mac – Solution

I have had a strange issue with eclipse IDE when exporting an android project as signed apk file in my mac. It quite often happens when you..

May 15, 2013 with 0 Comments
Hide Icons in Mac Desktop

Hide Icons in Mac Desktop

This will be an useful tip to all Mac users. Please run the below commands from command prompt. This will hide all the icons from the..

April 3, 2013 with 0 Comments
Adb Logcat command to search by tag name – Android App

Adb Logcat command to search by tag name – Android App

The below command is the one I always forgot. This will be helpful for you guys to check the logs when you use command line. For example,..

March 7, 2013 with 0 Comments
Linux command to show the size of the folders

Linux command to show the size of the folders

This command will be useful for you guys get the size of all sub folders. Just Note it 1 du -h --max-depth=1

January 4, 2013 with 0 Comments
Remove all SVN folders recursively from a project folder in Mac

Remove all SVN folders recursively from a project folder in Mac

I find the below command useful for many occasions. Actually svn sometimes a mess for me. This one rescued me most of the times. It to..

December 19, 2012 with 0 Comments
Clear Fabook share cache – Facebook development

Clear Fabook share cache – Facebook development

Sometimes we need to make sure that the meta data and images in the website are working properly with Facebook share. But facebook caches..

November 27, 2012 with 0 Comments
Twitter json Api Url changed

Twitter json Api Url changed

Couple of days I found that the twitter feeds on website is not working. I was using an old twitter json api url which they removed..

November 26, 2012 with 0 Comments
Get operator ID( MNC+MCC) from SIM Card – Android App

Get operator ID( MNC+MCC) from SIM Card – Android App

Before go into the coding details I brief you something about the operator ID of a mobile operator. The mobile operators are uniquely..

July 29, 2012 with 0 Comments
Get device brand name – Android App

Get device brand name – Android App

This will be quick tip for you. You could use the below code to retrieve the brand name for an android device.   public String..

July 22, 2012 with 0 Comments
Handling Back button and close Application – Android app phonegap

Handling Back button and close Application – Android app phonegap

This is one of the main difficulties I faced during the early stages of Android phonegap development. Might be lack of experience. This..

July 12, 2012 with 0 Comments