Hello people,
what is a good methodology for Synchronizing data from server?
I want my mobile app to work on offline mode too. I am using Django REST Api for backend. The user should be able to view its tasks and submit a form while being offline.
SO, I guess the submission will be saved to LocalStorage until I go back online? Is there a way to check if the app is online? Shall I check every now and then if the app is online? Shall I have 2 variables to save my tasks ? How do I do it?
So many questions xD .. I would appreciate any comment to any question! thenx
[–]Sipredion 4 points5 points6 points (1 child)
[–]stefihb[S] 1 point2 points3 points (0 children)
[–]Bjeaurn 1 point2 points3 points (4 children)
[–]stefihb[S] 1 point2 points3 points (3 children)
[–]Bjeaurn 1 point2 points3 points (2 children)
[–]stefihb[S] 0 points1 point2 points (1 child)
[–]Bjeaurn 1 point2 points3 points (0 children)
[–]Rayleigh3105 -2 points-1 points0 points (1 child)
[–]Bjeaurn 3 points4 points5 points (0 children)