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

https://github.com/codecraft26/dice-roller

here is my first project in Android with help of google Android developers community
https://github.com/codecraft26/dice-roller

Last synced: 8 months ago
JSON representation

here is my first project in Android with help of google Android developers community

Awesome Lists containing this project

README

          

# Dice-Roller
-here is my first project in Android with help of google Android developers community
-Reformat your code and clean up your code.
-Add a Button in an Android app using the Layout Editor.
-Modify the MainActivity.kt class to add interactive behavior to the app.
-Pop up a Toast message as a temporary solution to verify you're on the right track.
-Set an on-click listener for a Button using setOnClickListener() to add behavior for when a Button is clicked.
-When the app is running, you can update the screen by calling methods on the TextView, Button, or other UI elements in the layout.
-Comment your code to help other people who are reading your code understand what your approach was.