Xamarin教程登录/注册并在线存储数据

时间:2017-06-18 04:41:57

标签: c# oracle sqlite xamarin

我是Xamarin的新手。 我已经设法使用sqlite数据库在本地存储数据。

我想在线添加身份验证和故事数据。

我正在寻找一个简单的教程来解释它(使用应用示例,它会更好)

我需要:

-a Form page to create an account and a login
-A way to store on a server (MCS oracle/ or anything simple)  my data  
which are  localy in my sqlite database 

- a way to centralize all the data, if for instance many people have the app , 
I can see their username and their data

 -Forgotten password

如果你有更好的解决方案,我会接受。

我找不到一个,其中一个是okey

提前致谢

1 个答案:

答案 0 :(得分:-1)

Microsoft提供了大量有关此内容的教程。试试这个:

https://github.com/MissionMarsFourthHorizon/operation-remote-resupply