Accessing SQL database from Java Android app. How do I store the SQL database details so they are safe?

So I am developing a Java app which is going to be free and would preferably not require a sign up process. I cannot seem to think of an idea to store the log in details safely.

I have thought of salting and hashing the pass… Continue reading Accessing SQL database from Java Android app. How do I store the SQL database details so they are safe?