Skip to content

Simple Login and Registration UI with Android Studio in Kotlin. Description in README.md

Notifications You must be signed in to change notification settings

chianguyen/SimpleLoginUI

Repository files navigation

SimpleLoginUI

Simple Login UI with Android Studio in Kotlin

It includes 3 Activities:

  1. Login Activity:
  • Gradient background

  • username input

  • password input

  • LOGIN button:

    • Check for current default (username, password) = ("chi", "123")
    • Text to Speech to annouce: = Incorrect credentials = Correct credentials
  • REGISTER button to switch to Registration activity

    • Text to Speech to announce: = If the button is pushed
  1. Signed-In Activity:
  • Gradient background
  • Greeting message
  • Confirm message include username and password
  • LOGOUT button: go back to Login Activity
    • Text to Speech to announce logout action.
  1. Registration Activity:
  • username input
  • password input
  • confirm password input
  • REGISTER button:
    • Check if the input are blank
    • Check if the password and confirm password text are the same
    • If true for all, go back to Login Activity
    • Text to Speech to announce: = If input fields are invalid = If all true, and go back to Login Activity

About

Simple Login and Registration UI with Android Studio in Kotlin. Description in README.md

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages