Multi-module demo application in Kotlin / Compose.
Context:
- Contains only the UI module
- Sources visible on my gitHub repository
https://github.com/tezov/bank
The application is focused on UI decoupling with 100% functional theming.
Content:
- Carourel
- Dialogue
-BottomSheet
- Tablayout
- Snack bar
- Custom motion layout + collapsible top app bar
- Many more.
Although everything is clickable, sometimes there is no more content, the user is informed of this by a snackbar.
This demo application is useful to me for refactoring my Java library to Kotlin.
Context:
- Contains only the UI module
- Sources visible on my gitHub repository
https://github.com/tezov/bank
The application is focused on UI decoupling with 100% functional theming.
Content:
- Carourel
- Dialogue
-BottomSheet
- Tablayout
- Snack bar
- Custom motion layout + collapsible top app bar
- Many more.
Although everything is clickable, sometimes there is no more content, the user is informed of this by a snackbar.
This demo application is useful to me for refactoring my Java library to Kotlin.
Show More