我正在开发一个Android App项目,其中用户有两个选项,登录和注册。 我有几个问题:
1-在注册活动中,如何存储用户的数据? 2-在签名活动中,如何检查用户输入的条目是否正确以及用户是否已拥有帐户。 3-在注册活动中,用户输入的数据应该来找我,以便我能够联系我的应用程序的用户。
我在互联网上搜索,结果是我必须使用SQLite数据库。 请指导我这个过程。 提前致谢。 像Facebook一样,我们必须注册创建新帐户并登录,我想创建这种类型的应用程序。
答案 0 :(得分:0)
1- In Sign Up Activity, how can I store the data of the user?
您需要为此维护一个数据库。阅读本教程data - storage tutorial
2- In Sign Activity, How can I check that the entries enter by the user are correct and the user already have a account by us
现在,您需要检查您的服务器并执行身份验证部分。你需要包含webservices并使用android网络模块。 network operations
3- In Sign Up Activity, the Data entered by the user should come to me, So that I will able to contact the user of my app
只需跟踪用户键入uname和pwrd的textview。检查textview apis