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
- Host: GitHub
- URL: https://github.com/codecraft26/dice-roller
- Owner: codecraft26
- Created: 2022-01-16T15:39:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T16:23:13.000Z (over 4 years ago)
- Last Synced: 2025-01-11T16:39:33.331Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.