Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mk590901/jetpack-compose-kotlin-bridge
The repository contains an application that implements a bridge between @Composite code and Kotlin objects that implement business logic without any connection with the GUI.
https://github.com/mk590901/jetpack-compose-kotlin-bridge
jetpack-compose kotlin viewmodel
Last synced: about 2 months ago
JSON representation
The repository contains an application that implements a bridge between @Composite code and Kotlin objects that implement business logic without any connection with the GUI.
- Host: GitHub
- URL: https://github.com/mk590901/jetpack-compose-kotlin-bridge
- Owner: mk590901
- Created: 2024-04-16T09:03:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T13:03:12.000Z (10 months ago)
- Last Synced: 2024-04-17T13:13:20.270Z (10 months ago)
- Topics: jetpack-compose, kotlin, viewmodel
- Language: Kotlin
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jetpack Compose 🔄 Kotlin interaction
_The repository contains an application that implements a bridge between @Composable code and Kotlin objects that implement business logic without any direct connection with the GUI_
## Introduction
The application allows to dynamically create (and, if need, delete) a group of UI's elements as cards, which reflect the data changes by a third-party process via _ChangesAdapter_. The main element of the application is the _AppViewModel_ object derived from _ViewModel()_, which is encapsulated as a listener inside _ChangesAdapter_.
## Movie
https://github.com/mk590901/Jetpack-Compose-Kotlin-Bridge/assets/125393245/2cca2360-24e5-464b-827c-92513db25ec7