The Open Mob's mission is to promote and support open source mobile operating systems and platforms, with an objective of ensuring that at least one such OS remains commercially viable at all times….
First, make sure you are calling it on the right object. Both Activity and ViewGroup support findViewById(), and so you want to make sure you are calling it on the object that should contain the…
If you attempt to add java.* or javax.* classes to your project from other sources (e.g., Apache Harmony), you will likely get the following error message in your build: Attempt to include a core VM…
If code that worked just fine on Android 1.1 starts raising StackOverflowError exceptions in Android 1.5, your Activity may have a view hierarchy that is too deep or broad. Due to changes in Android…
SimpleDateFormat, the first time you try parsing (or, presumably, formatting) a date, will load in all the timezone data for your locale. This will take 2-3 seconds. It is hoped that this will be…
