Archive for April, 2010

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. [...]

Android Tools version6 coming

Posted: April 27, 2010 in Android
Tags:

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.

New PMD rules for Android

Posted: April 27, 2010 in Android
Tags: ,

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 Android
Tags: , , ,

In the Android Programming Tools Knol collection, Checkstyle for Android with the checkstyle files to  use and Eclipse Checkstyle Settings for Android.

Android Checkstyle Knol

Posted: April 23, 2010 in Android
Tags: , ,

Yes, I did get Checkstyle working for  Android Projects in Eclipse: I should have the Google Knol up this afternoon.

Why do we use PMD rules?

Posted: April 22, 2010 in Uncategorized
Tags: ,

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 [...]

Android Checkstyle

Posted: April 21, 2010 in Android
Tags: ,

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.

PMD Rules for Android

Posted: April 19, 2010 in Android
Tags: ,

I posted part of the PMD rules I use for Android as a 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.

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 [...]