A basic repo to exercise some concepts in both Java and Android stack
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
-
Each time you put a wrong password, a Toast message will pop-up indicated that and show how many attempts you have to login

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

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

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
