Android Developers Articles
1: Android 0.9 SDK Released
This is the first release of the Android SDK that is formally on the path to Android 1.0. The release is considered beta. (Previous releases were considered early looks at the SDK, and were not formally on the path toward Android 1.0.) This release may not be fully compatible with Android 1.0, when released, meaning that applications you build using this SDK may not run on final Android 1.0 devices. However, the differences between this release and final 1.0-compatible releases are expected to be small. No major API changes are planned.
2: Top 50 winners of Android Developer Challenge Part 1
Android Developers Blog published the list of winners of Android Developer Challenge Part 1, Round 1. Here is a list of 46 winners from top 50 (4 winners opted to continue their efforts in secret).
3: AndBook is released!
AndBook is a document that shows how to start coding for Android without having any Android-knowledge before. The book is thought to be a summation of easy to follow tutorials.
4: Debugging Android Native C Applications with gdb
The article of a guy who managed how to cross-compile gdbserver for Android and managed how to debug native applications under Emulator.
5: Compile Android kernel from the source
Step-by-step tutorial about how to compile Android kernel from source code.
6: Initialize libc for Android
This article describes how to initialize the libc for Android. Normally the initialization of libc must be done before jumping to the main function.
7: Shared library "Hello World!" for Android
This article describes the trace I followed when I managed to compile and run the shared library type of "Hello, world!" for Android. I confirmed this procedure only on my host (Fedora 8). Sorry for Windows and Mac users.
8: Dynamically linked "Hello, world!" for Android
This article describes the step-by-step procedure to compile and run the dynamically linked "Hello, world!" for Android. I confirmed this procedure only on my host (Fedora 8). Sorry for Windows and Mac users.
9: Google Developer Podcast Episode Twelve: Android with Dianne Hackborn and Jason Parks
Dianne Hackborn and Jason Parks are two of the architects on the Android engineering team, and in this podcast they talk to us about the Android platform from a technical perspective.
10: SubActivites with return value - The InputBox
You will learn how to start a SubActivity, that will return a String (+ extra Data), what is in the end exactly like an InputBox.
Page 1 of 2
[1] [2]