is there any possibility that we can pull the android application code after installing the application from android market.
How can i pull that code??
please help me out.
is there any possibility that we can pull the android application code after installing the application from android market.
How can i pull that code??
please help me out.
Before I make the suggestions, me being aware of how to do it, does not mean I condone such a task.
There are a few tools you can use to get what you need:
You will need to naturally have to have a rooted device for pulling APK's off the system partition.
If you need to the see the XML's (resource files), the APK Manager is the one for you. And if you need to see the JAVA code, you will need to follow the dex2jar utility.
Note: dex2jar will not show the actual code that you would see in your project under eclipse. You will need to join a lot of dots along with a ton of assumptions.
And this is where I end the post and draw the line. Not a big fan of seeing how other developer build their applications. I would rather make a miserable application than blatantly copying or even referring to someone else's hard work.