0

We can get the source HTML, JS and CSS for a website by right-click and getting the source code. Is there any way we can get the same for installed Mobile app?

It is for my app. I developed a UI and installed it in my mobile to test it. Later I made some changes to my UI and couldn't recover my old changes. So I'm trying to recover it from my mobile. Any help would be appreciated.

Sandy
  • 187
  • 3
  • 16
  • Yeah its possible but it is not a good idea. You simple dont need to do that, it is not necessary to read others work. You could get some **ideas** from that app and make / design it by your own. – Amir Hossein Baghernezad Sep 06 '15 at 11:00
  • It is for my app. I developed a UI and installed it in my mobile to test it. Later I made some changes to my UI and couldn't recover my old changes. So I'm trying to recover it from my mobile. Any help would be appreciated. – Sandy Sep 06 '15 at 13:59
  • Is it android or IOS? – Amir Hossein Baghernezad Sep 06 '15 at 14:10

1 Answers1

1

Change file extension from ipa or apk to zip.
Then extract it somewhere. By skimming through those files you could find those html, js and css files.

  • I see the app icon I installed, but not the apk file. Any specific location where the apk file gets saved? – Sandy Sep 06 '15 at 15:41
  • 1
    @Sandy Well you could extract the apk file using an app called [7Zipper](https://play.google.com/store/apps/details?id=org.joa.zipperplus7&hl=en). By going to that app and select `Applications` then check that app and select `Backup` from bottom. Or if that does not worked, [see this](http://www.wikihow.com/Extract-APK-File-of-Any-App-on-Your-Android-Phone) – Amir Hossein Baghernezad Sep 07 '15 at 05:19