You can see by list of changes at kernel.org that the Android .2. release might be coming shortly. Features that we know thus far: 1. Smaller Linux Kernel part to save ram 2. JIT 3. Improvement of UI widgets. 4. Possible storage of applications on sdcard 5. SDK side, package resources as a library project. [...]
Archive for April, 2010
The biggest change in AndroidTools version6 is..are you ready? Support for library project to share code/resources among projects according to the changes notice. That is right we can create android library projects to share not just code but resources.
What is nice about this Designing for Performance post is that there is enough material there to compose a new set of PMD rules to add onto the PMD android ruleset that already comes prepackaged with PMD. Note, if you are looking for an android developer this is the type of behind the scenes stuff [...]
Checkstyle Settings
Posted: April 23, 2010 in AndroidTags: Android, Checkstyle, Eclipse, Google Knol
In the Android Programming Tools Knol collection, Checkstyle for Android with the checkstyle files to use and Eclipse Checkstyle Settings for Android.
Yes, I did get Checkstyle working for Android Projects in Eclipse: I should have the Google Knol up this afternoon.
You may wonder why we use PMD rulesets. Remember that to have one code base targeting Android 1.5, 1.6, and 2.x you have to use a minSDK of 3 and targetSDK of 4 in the manifest? So how od you get your IDE to warn you when using certain 1.6 calls when you should be [...]
Note to those attempting to implement checkstyle in their android application development workflow, the Eclipse chcekstyle plugin export function produces an xml file that is poorly formed. You will have to remove the first comment block form that exported file to use it.
I posted part of the PMD rules I use for Android as a knol.
New Android Programming Knols, upcoming
Posted: April 16, 2010 in AndroidTags: Android, Google Knol
Some new Android Programing Knols that I am authoring cover how to use the androidtabs 3d party library and more webview stuff. I expect to have them up sometime tonight.
Android IO Sessions
Posted: April 15, 2010 in AndroidTags: Add new tag, Android, Google IO Sessions
What the Android IO session this May indicate: 1. Dalvik JIT may be in Android 2.2. or Android 2.3, Dalvik JIT IO session. 2. UI Enhancements may be coming to Android 2.2. UI IO session. 3. Multiple Android versions expected on devices at least util end of year. Targeting Android Versions IO session. The precedent [...]


