I'm working on a project where users will need to register offline and then submit their entries to the server as soon as the internet connection is available.
My problem is to know:
- What is the best way to work offline? Preferably native Android.
- When 2 users on different devices make a change in a person's information, how will I update them on the server?