I am developing an android application,and I have create a MySQL database in my computer,and I want to know how can I get the information in android application from the database ?
Asked
Active
Viewed 315 times
1 Answers
1
i think that the best way is to expose an api (for example Rest Api) to access to your database. So, from your app you'll call http://your-local-ip/insert and on your computer (server) you'll "catch" this call to "do what you want to do"

Stefano Sepe
- 81
- 1
- 5