At some point in the last few months changes were made to either or both the ADT plugin for Eclipse and Google Play that rendered my most recent Android application updates “incompatible” with tablets. After doing a bit of research, …

Android – Google Play issue: “your device isn’t compatible with this version” Read more »

Background Having spent a substantial amount of time (~6 years+) running outdoors, there were always three main metrics that I wanted to know during and after a work out. 1) Overall time 2) Overall distance 3) Pace (Example, 1 mile …

Nike+ Review – Running Application for Android Read more »

Background There is a great piece of java code posted by koush on Github’s gist showing how to interface with the official Android Twitter application. The key was not only knowing the package name, but knowing the right extra information …

Android – Added Follow Developer on Twitter Button Read more »

Background Shortly after posting Android applications in the Android Market, Play Store, I noticed that due to the diversity (fragmentation?) of hardware and software combinations there were many errors users were experiencing that I wasn’t able to duplicate. In addition, …

Android – Bugsense Library for Handling Errors Read more »

Recently worked on implementing listview inside of a viewpager. This was a bit of a challenge but one little bug which turned into another bug. The first bug was the background always turned black while scrolling which with black text …

Android – ListView, Scrolling Background Color and Java Extra Garbage Collection Read more »

There are quite a few different functions which will return data from an Android phone. The generic list of function calls are located here: http://developer.android.com/reference/android/os/Build.html I wanted to know what all of these different calls would return on my HTC …

Android – Pull Build, Version, Model, etc… Read more »