27272

Question:
How would i go on connecting my Android application with my local database?
Answer1:Probably the easiest way is to use something like PHP as a middle layer, then send HTTP requests from your Android application to it. Take a look at <a href="http://www.helloandroid.com/tutorials/connecting-mysql-database" rel="nofollow">this</a> for more information
Also read this: <a href="https://stackoverflow.com/questions/3419697/how-to-connect-android-to-a-database-server" rel="nofollow">how-to-connect-android-to-a-database-server</a>
Hope this helps.