문제

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.

도움이 되었습니까?

해결책

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 .

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top