Skip to content

vagdonic/First-Android-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

First-Android-App

This is my first Android app using JAVA.

There are 3 buttons namely: Toast, Count, Random.

  • Toast is a simple button to display a message.
  • On pressing the Count button, the number on the screen increasing by 1 starting with 0.
  • On pressing the Random button, next page opens displaying a random number between 0 and the value of the Count from the previous page.