Android Project Directory Structure

The below image is an android project directory structure.
The extension of android app is .apk (android  package) file.

AndroidManifest.xml + dex files (dalvik virtual machine converts the .java file into .dex files using tool called DX) + resources + other files=.APK



iOS Project Directory Structure






Comments

Post a Comment