Sunday, 24 June 2012

android app components

                                   


                               App Components



Android's application framework lets you create extremely rich and innovative apps using a set of reusable components. This section explains how Android apps work and how you use components to build them.Android applications are written in the Java programming language. The Android SDK tools compile the code—along with any data and resource files—into an Android package, an archive file with an .apk suffix. All the code in a single .apk file is considered to be one application and is the file that Android-powered devices use to install the application.






for more reference please visit to http://developer.android.com/guide/components/index.html 

this will show you complete way to create android apps.

No comments:

Post a Comment