0

How would i go on connecting my Android application with my local database?

theJava
  • 14,620
  • 45
  • 131
  • 172

1 Answers1

1

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 this for more information

Also read this: how-to-connect-android-to-a-database-server

Hope this helps.

Community
  • 1
  • 1
Harry Joy
  • 58,650
  • 30
  • 162
  • 207