Android Applications
Tags:androidmobile Related to:bug-bountymobexler ,hacking See also: Android Architcture Android Manifest.xml Signatures in Android App
Summary
Introduction to Android Apps
What are Android Applications?
File format - apk
It is basically a zip file containing all application resources (java code , raw files etc)
Runs in a Dalvik Virtual Machine
JVM runs jar DVM runs dex