I am looking for a way to consult data in a table of a BBDD hosted in a host service by retrofit from android Studio.
The problem is that to enter and view the data directly with phpMyAdmin from the host service I need:
1. Put my user and pass for the host service. 2. Select a BBDD. 3. Put my username and pass for phpMyAdmin. 4. And select the table from the database.I know that once the object of the Retrofit class is instantiated, I have to give it a basic URL. Because I guess I should put some more credentials, but I can not find an example of how to do it.