Android Question Offline Tables

asawyer13

Member
Licensed User
Longtime User
I want to be able to create B4a and B4i apps that can handle offline data tables. These would be apps that don't always have internet access.

I think this has been discussed a bit over the years, but trying to understand that best way to accomplish this. I am assuming I could use the latest jRDC2 for the database access but don't know the correct/best way to handle the offline database/tables. I would need to be able to handle changes being made locally on the device to some of the tables along with getting changes make on the server database.

Thanks in advance for any help.
 
Top