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..
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..
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,..
This command will be useful for you guys get the size of all sub folders. Just Note it 1 du -h --max-depth=1
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..
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..
Before go into the coding details I brief you something about the operator ID of a mobile operator. The mobile operators are uniquely..
This will be quick tip for you. You could use the below code to retrieve the brand name for an android device. public String..
This is one of the main difficulties I faced during the early stages of Android phonegap development. Might be lack of experience. This..