A
AC Question
I'm making an app where we can save the user details such as name,contacts...etc these all the thing we are storing in sqlite first then we want that all the thing which are stored in sqlite are directly goes to the server when user connected to the server...if the user is offline then user see all his detail which he save.if he want any modification such as add,edit,delete all the thing they can do it in offline mode also...while connecting to the server these thing change in the online server.So how i can make an app like this...how i can synchronise sqlite to the online server