Thursday, September 25, 2008

Developing Applications for Android


Developers can create applications for the platform using the Android SDK.

Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use, which runs on top of a Linux kernel.
A beta version of the Android SDK is available for download. Along with the Android framework and application libraries, it includes sample projects with source code, a device emulator, and development tools for monitoring and debugging your code and GUI layout.

No comments:

Post a Comment