I’m new developing android and web apps, I would like to know if is it possible to connect a mySQL DB already hosted in a website provide by phpmyadmin plataform just creating an interface to the android app? ’cause I just want to host the DB on the DNS to acess inside the app and don’t want to show any interface if someone try to acess my DNS
if possible please explain details how am I able to get this, thank you very much
you can use
MysqlDatabase which is in hosted in your website by usingPhpprogrmamming.For this Read
How to connect Android with PHP, MySQL.or otherwise you just do the following.
Have a good luck..