Hi!
I searched for an solution, but I found no example, hopefully you have an idea
I have an app that is running on my phone and on my tablet (an app to record Bloodpressure). The data is stored on both devices in an SQLite - DB (Thanks for the great tutorial btw ).
Now I'd like to implement a sync - feature, so that the same data is used on tablet and phone. If an user changes data in the Phone, it should sync with the data on the tablet when the app is started on the tablet.
I read something about sync - adapters in android, but to be honest, I didn't understand a word
Storing all data in an Online MySQL - DB is no solution, because the app should work offline as well...
I even have a clue how to start this... do you have an idea? :sign0085:
Many thanks!!
I searched for an solution, but I found no example, hopefully you have an idea
I have an app that is running on my phone and on my tablet (an app to record Bloodpressure). The data is stored on both devices in an SQLite - DB (Thanks for the great tutorial btw ).
Now I'd like to implement a sync - feature, so that the same data is used on tablet and phone. If an user changes data in the Phone, it should sync with the data on the tablet when the app is started on the tablet.
I read something about sync - adapters in android, but to be honest, I didn't understand a word
Storing all data in an Online MySQL - DB is no solution, because the app should work offline as well...
I even have a clue how to start this... do you have an idea? :sign0085:
Many thanks!!