• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps SQLite help

Yathushan

Well-Known Member
Hey all,

I am trying to setup an database on my application. I have done the simple part of setting up the id, columns and names.

But I want the application using the database to be able to fetch data from my remote sqlite server. I was wondering if anyone knew how to go about doing this? To make everything easier I have kept the column ids on both the remote and local databases the same.

Thanks
 
You can always go the easy way and create some sort of php script on your server that returns results from your database. Using java methods to execute a GET request you can then get the data and read it into your local database.
 
Okay so you create a new activity to get the data.
But how would you go about saving the data requested into the local database in an automated fashion?
 
Back
Top Bottom