I am a beginner in android app development I'm planning to bring my website to android app so i want to connect the app to the mysql database of my website.Tell me how to do that?? which is the best way to do tat??
Asked
Active
Viewed 89 times
1 Answers
0
Here you have some info about the topic:
How to connect Android app to MySQL database?
http://www.trustingeeks.com/connect-android-app-to-mysql-database/
Using JDBC driver to connect to DB: Android + MySQL using com.mysql.jdbc.Driver
Not only you can find useful tips about the topic but also exact files with changes.