Where to get free android apps source code

Apk is just a zip like structure.
  1. Go to this website and get the apk of the app you wish - https://apps.evozi.com/apk-downloader/
  2. Use a tool like this to get the source code - http://www.javadecompilers.com/apk
Of course, these aren't the complete packages. But you can get a lot of things using this.

Ps: I did this a couple of years ago. Not sure if anything changed since then

Edit: If that is too much work, go to this site: https://fossdroid.com/ (plenty of apps with source code)
 
Last edited by a moderator:
I'm not sure if you are looking for open source projects, or you would like to decompile an existing application to get it's source code

1) To find open source projects
i'm sure you can find various open source projects on Github, Bitbucket or Gitlab. Simply git cloning should be enough

2) To decompile android applications
Use apktool
 
Back
Top