Android Development Flow - 0 views
-
Frederik Van Zande on 06 Nov 08This diagram shows how Java source code, XML files, and other resources are compiled and packaged into an Android package file. The resulting .apk file is actually a JAR file, you can see its content by typing jar -tvf MyApp.apk.