Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 917 Bytes

File metadata and controls

13 lines (12 loc) · 917 Bytes

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.