2017-06-18 35 views
0

我是Xamarin的新手。 我已經設法使用sqlite數據庫本地存儲數據。Xamarin教程登錄/註冊並在線存儲數據

我想在線添加驗證和故事數據。

我要尋找一個簡單的教程,說明它只是(與應用例子,這將是更好)

我需要:

-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 

如果你有一個更好的解決方案,我將採取。

我無法找到於一身,一塊他們是提前好

感謝

回答

-1

微軟擁有龐大的解決這個教程的範圍。試試這個:

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

+0

謝謝,我已經看過了,但它不是我所期待的 – hugo

+1

懷疑你會發現任何一例帽子所有這一切對你來說,你需要一塊那麼在一起,這就是爲什麼它是發展。此示例將數據覆蓋到雲 - https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started-offline-data –

+0

而且這一個涵蓋身份驗證 - https://developer.xamarin.com/guides/xamarin-forms/cloud-services/authentication/azure/ –