mysql - Android: how to load a db file on server? -
i developing application users can upload own recipes. so, want create , put sqlite .db file on server , modify database when users upload recipes. possible? instead, seems there way connect android application mysql, people not recommended use mysql in android.
you need create web service communicate app. there many ways this. here few tutorials might you.
http://www.basic4ppc.com/android/forum/threads/connect-android-to-mysql-database-tutorial.8339/
http://www.helloandroid.com/tutorials/connecting-mysql-database
http://codeoncloud.blogspot.com.au/2012/03/android-mysql-client.html
use sqlite data stored on android device, , whatever db think appropriate on server.
Comments
Post a Comment