Skip to content

Day 1 of 100 (100 Days Android App Development Challenge for Beginners)

Notifications You must be signed in to change notification settings

camelawsc/AndroidBeginners-Day1

Repository files navigation

Day1

Day 1 of 100 (100 Days Android App Development Challenge for Beginners)

reference: https://inducesmile.com/android-development-challenge/day-1-of-100-days-android-app-development-challenge-for-beginners/

TASK REQUIREMENTS

  1. On app launch, Activity A page will appear on the screen with a random generated number
  2. The Activity A and B will contain a Button and TextView widgets
  3. The TextView widget will display a random number
  4. The Button widget is wired with an onClick event.
  5. When Activity A button is clicked, it will navigate to Activity B and display the generated random number on Activity B TextView widget.
  6. When the Button widget on Activity B is clicked, it will generate a new random numbers and display it on the TextView on Activity A
  7. The Activity A button text is “Activity A Button“ while Activity B is “Activity B Button“.
Activity A (Initial) Activity B (Initial) Activity A (from B)

About

Day 1 of 100 (100 Days Android App Development Challenge for Beginners)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages