简体   繁体   English

关于如何在线登录/注册和存储数据的 Xamarin 教程

[英]Xamarin tutorial on how to sign in / up and store data online

I'm a novice in Xamarin.我是 Xamarin 的新手。

I have already manage to store data locally with SQLite database.我已经设法使用 SQLite 数据库在本地存储数据。 Now I want to add authentication and store the data online.现在我想添加身份验证并在线存储数据。

I'm looking for a simple tutorial that explains it simply (preferable with an app example)我正在寻找一个简单的教程来简单地解释它(最好有一个应用程序示例)

I need: - A Form page to create an account and a login - A way to store the data on a server (MCS Oracle / or anything simple)我需要: - 一个用于创建帐户和登录的表单页面 - 一种将数据存储在服务器上的方法(MCS Oracle / 或任何简单的东西)
- A way to centralize all the data, if for instance many people have the app I can see their username and their data - To handle forgotten passwords - 一种集中所有数据的方法,例如,如果许多人拥有该应用程序,我可以看到他们的用户名和数据 - 处理忘记的密码

Or if you have a better solution.或者如果您有更好的解决方案。

Microsoft has a huge range of tutorials around this. Microsoft 有大量关于此的教程。 Try this one:试试这个:

https://github.com/MissionMarsFourthHorizon/operation-remote-resupply https://github.com/MissionMarsFourthHorizo​​n/operation-remote-resupply

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在应用程序中做教程并在 Xamarin 中首次启动时启动它? - How to do tutorial in app and launch it just on first start up in Xamarin? 什么是 sql 匿名对象,我将如何使用它? 它出现在我正在关注的在线教程中 - What is a sql anonymous object and how would i use it? It came up in an online tutorial i'm following 如何使用 Xamarin 中的 GraphQL 将数据存储在 Apollo 缓存中? - How to store data in Apollo cache using GraphQL in Xamarin? 如何在Windows Store App中通过Web API(在线服务)和xaml UI绑定JSON数据? - How to Bind JSON data through Web API(Online Services) with xaml UI In Windows Store App? 从在线教程更改ConnectionString - Change the ConnectionString from a online tutorial 如何存储使用 2 个键查找值的数据对象 - How to store data objects that use 2 keys to look up a value 如何在Xamarin上使用admob? 所有在线教程似乎都已过时[保留] - How to use admob on Xamarin ? All online tutorials seems to be outdated [on hold] 使用Xamarin,如何将.csv文件上的数据存储到本地android存储? - Using Xamarin, how do I store data on a .csv file to local android storage? 如何调整代码制作注册表单 - How to adjust code to make a sign up form 如何在 Xamarin Forms 中存储列表? - How can I store lists in Xamarin Forms?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM