Skip to content

cgsrjunior/LoginPage-Android-Java

Repository files navigation

LoginPage-Android-Java

A basic repo to exercise some concepts in both Java and Android stack

Basic Concept

The project is a login page that you have three attempts to put the correct password. The following screenshot shows the layout adopted for this exercise

alt text

Behavior

  • Each time you put a wrong password, a Toast message will pop-up indicated that and show how many attempts you have to login alt text

  • After three incorrect attempts, the program will block the log in button and only the exit button is going to be avaliable to click alt text

  • When you guess the correct password, the program will show a Toast pop-up indicate the correct login alt text

How to use it?

Since this is a prototype just made for test knowledge, the only way to use is to open the project on your Android Studio and run the program

About

A basic repo to exercise some concepts in both Java and Android stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages