Yes, there is a Google Knol about Eclipse Android NDK settings being written. Should be finished and published in the next few days.
Posts Tagged ‘Google Knol’
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.
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.
Yes, the knol is updated to detail the Manifest and drawable settings to have one project code base target android 1.5, 1.6, etc. Because of the way ADT works you still have to manually launch the android 1.5 emulator and do an adb apk push but it works.
The next knol on Android programing will step through the steps to have one code base but have it run as an application on Android 1.5, 1.6, 2.0.1, and 2.1. The information is not hidden but spread out so it will be helpful to have it all in one place.
Another Android Development Knol, Supporting Android 1.5 and 1.6. Even a hint of how to support the legacy contacts API.
I was able to remove the bottom strip off the tab bar:
Which means I should be able to also modify the dividers. The Advance Tab tutorial should be up in my Android Development Knols collection tonight.
Its working. The solution is imperfect in that it will break when the API changes. The Knol tutorial should be up sometime today. in the Android U Design category. The main thing was to grab the drawables from he TAbWidget.
Want to get rid of that black start screen that flashes when you android application starts up? To Splash or Not TO Splash part of the Android UI Design knol collection.