Skip to content
AyoubElKhatab edited this page Jul 21, 2017 · 5 revisions

AndroidLogIn

simple android app that let you log in to an existed account or register new one using local SQLite database

Structure

  • mainly based on SQLite database, all users details and creds are stored in SQLite database, and the class UsersDataBase_SQLite is meant to handle creation or deleting or checking any given user.
  • however you can use JSON file as a datbase, UsersDataBase_JSON class is already set up to handle the same work of the SQLite class

ScreenShots

Clone this wiki locally