Data Synchronization in mobile apps - multiple devices, multiple users
- by ProgrammerNewbie
I'm looking into building my first mobile app. One of the core features of the application is that multiple devices/users will have access to the same data -- and all of them will have CRUD rights.
I believe the architecture should involve a central server where all the data is stored. The devices will use an API to interact with the server to…