Monday 28 January 2013

Overview of Android Programming Development Process

Hai friends now i am going to share about Android Development Process.
I think below image will explain the process.






  • Android programming is written by Java code. the Java source code converted into .class file by using Java Compiler.
  • Android Provides tool "dx". It converts Java class file into dex
  • All class files are converted and compressed into one application. which is in dex format.
  • During conversion of .dex the reduent information has been optimized.
  • So its very smaller then smaller.
  • The dex file and resource of android packed into .apk(Android Package) format.
  • This process done by AAPT(Android Asset Package Tool)
  • The .apk file contain all detail. This run by ABT(Android Bridge Tool)

Thanks for Visiting
 -- 
Regards with

R. Partha Sarathy





No comments:

Post a Comment