Question

Is there anyway to get the resources from a packaged app from the app store. I see an app similar to one I want to make and would like to examine how they made an image in more details.

Thanks.

Was it helpful?

Solution

if you got the apk file and you want to get the images from that app or some source code you can give a try , first if you want an image , change the file from .apk to .zip and open it then you can see the images , if you want the source code use a tool called dex2jar then use a decompiler to get the source code note that i may be obfuscated .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top