my application needs to store data locally on sqlite DB and user can upload data on server once the internet connection is available. I assume I need to do some DB replication, how to accomplish that? Is there any android built in facility? Or I need to use some third party tool for that? I read many answers on this but I am still not clear about it, I will use KSOAP2 web service for communicating with server. Using KSOAP2 how can I Sync my sqlite data on SQL Server?
below are few links I read. https://stackoverflow.com/questions/18207021/opensource-replication-tool-for-sqlite Regarding sqlite replication Does SQLite support replication? Thanks in advance.