Skip to content

Android registration and login example using php database

Notifications You must be signed in to change notification settings

skyla2692/Android_RegisterLogin

Repository files navigation

Android - RegisterLogin

Android registration and login example using php database. It is a example for register and logging in to a system that one is developping. Android emulator environment is supported and is for Android environment. It is connected to a host database by php database.

Images

  • Login Page

LOGIN page

  • Registration Page

SIGNUP page

Features

  • SIGN UP page
    • Collect information from new user
    • Name / BirthDate (YYYYMMDD) / Phone Number / User ID / Password
    • Sign up datas will be remoted to php database automatically when continue with this information clicked
  • LOG IN page
    • If user ID and Password matches the registered information, user will be logged in
    • If not, "Login failed" message will appear
  • Main page
    • This page is for developer to design as one's choice
    • It is up to the developer who uses it to modify and use it

Environment

  • IDE : Android Studio 2019
  • Language : Java, Android
  • Supported OS : Android

Pre-Installation

Install

  • Git clone or Download ZIP

How to Use

  • PHP Database

    • Make your own database
    • Change php database link to your own database in code
  • Main Page

    • Modify as you want your program to run

Reference

About

Android registration and login example using php database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published