Click here to Skip to main content
15,885,869 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I am creating xamarin.android app.

But My database is mainly into sql server from web app. I want to communicate with rest services from my xamarin app which will insert data into my db from web api.

What I have tried:

I have created xamarin.android app which is currently storing data inside local i.e sql lite database

what i want is want to provide sync functionlity which will continoulsy update sql server db as well as my local app db

and also want to commnincate to rest ap while crud oprations from my xamarin app
Posted
Comments
Richard MacCutchan 17-Apr-16 3:08am    
This would require a service running in your device which continuously monitors the database for updates and uses a network connection to pass those updates to your SQL server. This is not a simple application.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900