Introduction :
Android is a Linux Based Operating System developed by Google . Android uses dxCompiler to convert byte codes to Dalvik executables(.dex) which are then used by the Dalvik VM to convert to machine language.
All I Need To Develop My Android Apps :
1. Java JDK (Download the Correct Java JDK from the Oracle Website) (Note : JDK has to be installed , JRE alone is not enough).
2.Android SDK (Download from the Android Developer site)
3. Eclipse IDE (You can also use NetBean IDE)
Comaprison between DalvikVM and JavaVM
