Android App

Although an Android app can be made available by developers through their websites, most Android apps are uploaded and published on the Android Market, an online store dedicated to these applications. The Android Market features both free and priced apps.

Android apps are written in the Java programming language and use Java core libraries. They are first compiled to Dalvik executable to run on the Dalvik virtual machine, which is a virtual machine specially designed for mobile devices.

Developers may download the Android software development kit (SDK) from the Android website. The SDK includes tools, sample code and relevant documents for creating Android apps.

Novice developers who simply want to play around with Android programming can make use of the App Inventor. Using this online application, a user can construct an Android app as if putting together pieces of a puzzle.