How to Convert .apk files into .java files

emdoglover13

New member
The extension Google uses for Android Applications (APK) may seem a bit complicated at first, but it really isn't. In fact, an .apk is nothing else than a .zip file disguised as an .apk. That's dumbing it down, but you get it. Essentially, if one wanted to see what's inside an app, they would just change the extension of application-name.apk to application-name.zip, unzip it. And there you have it: The contents of the .apk! We aren't done yet, read more after the break.

Rest of the things you can see from the link below:-

http://computersight.com/software/how-to-modify-apk-files-for-android-developers/

Thanks in advance
 
Back
Top