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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you got the
apkfile 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 calleddex2jarthen use a decompiler to get the source code note that i may be obfuscated .