An open API service indexing awesome lists of open source software.

https://github.com/sayed3li97/yourfirstandroidappjava

This project is part of Introduction to Android workshop. The exercise is a Simple App that interacts with button clicks to Display a Toast Message, Count (Increase a number and change a TextView Value) and Display a random number in a second screen
https://github.com/sayed3li97/yourfirstandroidappjava

Last synced: about 1 year ago
JSON representation

This project is part of Introduction to Android workshop. The exercise is a Simple App that interacts with button clicks to Display a Toast Message, Count (Increase a number and change a TextView Value) and Display a random number in a second screen

Awesome Lists containing this project

README

          

# YourFirstAndroidAppJava

This project is part of the Introduction to Android workshop.
The exercise is a Simple App that interacts with button clicks to
1. Display a Toast Message
2. Count (Increase a number and change a TextView Value)
3. Display a random number on a second screen

This tutorial is based on [Codelab](https://codelabs.developers.google.com/codelabs/build-your-first-android-app/index.html?index=..%2F..index#0)

# Screenshots