-
Notifications
You must be signed in to change notification settings - Fork 0
Home
AyoubElKhatab edited this page Jul 14, 2017
·
5 revisions
simple android app that let you log in to an existed account or register new one
- mainly based on SQLite database, all users details and creds are stored in SQLite database, and the class
UsersDataBase_SQLiteis meant to handle creation or deleting or checking any given user. - however you can use JSON file as a datbase,
UsersDataBase_JSONclass is already set up to handle the same work of the SQLite class