I have lot of data stored in local DB and I would like implement Backup data feature. As of now I have implemented a service with Alarm that runs on particular time everyday but this works sometimes. I am using retrofit to send data to my server. And alarm to trigger the service on a required time.
Is there a better way? I believe Android Sync does the same job. How does this work? The Google developer doesn't show much on this. I also installed their project couldn't take it further on my project?
Can somebody help me with the best process? and few example would help me a lot!
Thanks!