Hello Everyone!
I'm building an app that needs to work offline, and when internet is available it should push some records to a server and update other records.
During my research, I found out about Android Sync Adapter and begin to implement it.
However, now I'm stuck on how can I consume the data from some endpoints to keep the data up to date?
Or is it not possible?
Regards!
I'm building an app that needs to work offline, and when internet is available it should push some records to a server and update other records.
During my research, I found out about Android Sync Adapter and begin to implement it.
However, now I'm stuck on how can I consume the data from some endpoints to keep the data up to date?
Or is it not possible?
Regards!