SQLite数据库登录系统

问题描述:

我正在尝试为android应用创建登录系统,我想知道创建Sqlite数据库解决方案是否可以在不同设备上运行.例如,如果我在设备中注册,是否可以使用同一帐户从另一台设备访问该应用程序而无需再次注册?如果那不起作用,那么解决方案是什么?感谢您的帮助:)

I'm trying to create a login system for an android app and I would like to know if creating a Sqlite database solution would work across different devices. For example if I register in a device, could I access the app from another device with that same account without having to register again? If that does not work, what would be the solution? Thanks for the help :)

要允许同一用户在应用程序中使用具有相同凭据的不同设备登录,您需要使用*数据库.

下面的链接对您有很大帮助.

Below is the link which will help you a lot.

http://www.androidhive.info/2012/01/android-login-and-registration-with-php-mysql-and-sqlite/

注意:Sqlite数据库是本地数据库,我们不能将其用于中心目的或在特定设备之外使用.