How to get data from wordpress database to android-studio app without passing password and login

I would like to create app available both on web browser and android.
I would like site created using WordPress and phpMyAdmin.

For browser it’s easy for me to connect it to the database and get/set data there using php but my problem starts when I want to connect android app to the same database. I found java library that request me to put in database login details. I want to avoid that because I’m afraid of that someone could get this data. Is there a way to use XML and SQL to get data from wordpress database without passing database login and pass?