[Solved] How can I protect the Android code from reverse engineering? [duplicate]
Short answer you cant. If you dont want anyone getting information on your application, dont put it there. Longer answer? You would need some sort of server and a well written API (REST) where you can do callbacks to files (json). If you prefer not to write your own API, then you can use Parse-Server … Read more