https://github.com/raimonizard/android-studio-components-switch-tristate-radiobutton
Repositori d'exemple d'Android Studio amb JetPack Compose sobre Kotlin amb una demo dels components Switch, TriState i RadioButton.
https://github.com/raimonizard/android-studio-components-switch-tristate-radiobutton
Last synced: 9 months ago
JSON representation
Repositori d'exemple d'Android Studio amb JetPack Compose sobre Kotlin amb una demo dels components Switch, TriState i RadioButton.
- Host: GitHub
- URL: https://github.com/raimonizard/android-studio-components-switch-tristate-radiobutton
- Owner: raimonizard
- Created: 2024-10-24T21:46:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:53:43.000Z (over 1 year ago)
- Last Synced: 2025-02-28T09:06:46.319Z (over 1 year ago)
- Language: Kotlin
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android App with Switch, TriState and RadioButton components
## Language
Kotlin with JetPack Compose
## Purpose
This app is a demo showing different switch components.
## The expected result is:


## Source code:
The source code of the app can be found [here](app/src/main/java/com/example/switch_check_radio/MainActivity.kt)