-1

I was wondering, is there any way I could download an app from the google play store and view/modify the source code?

I'd like to break down some existing professional apps and see how they're designed, and possibly try to add features for personal use.

Is is possible to do this? I imagine it would be a bit restrictive since programmers wouldn't want others to steal their source code and republish an app under another name.

Anyone have any insight on this matter?

Sox Keep You Warm
  • 691
  • 1
  • 9
  • 14
  • [App for reverse engineering](https://code.google.com/p/android-apktool/) – Simas Nov 12 '14 at 15:14
  • possible duplicate of [Reverse engineering from an APK file to a project](http://stackoverflow.com/questions/12732882/reverse-engineering-from-an-apk-file-to-a-project) –  Nov 12 '14 at 15:25

1 Answers1

-1

I'd recommend checking out samples from https://developer.android.com/samples/index.html

Galax
  • 367
  • 1
  • 13