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

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.

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:
![image](https://github.com/user-attachments/assets/bfbbd217-2b11-4b82-96e4-f95eec675f3d)

App activity

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