Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mubaraknative/compose-code-examples
This repository contains multiple basic compose codelab code samples and other important code for other compose concepts.
https://github.com/mubaraknative/compose-code-examples
android code-demo compose-state composition-local-provider jetpack-compose navigation-compose window-size
Last synced: about 2 months ago
JSON representation
This repository contains multiple basic compose codelab code samples and other important code for other compose concepts.
- Host: GitHub
- URL: https://github.com/mubaraknative/compose-code-examples
- Owner: MubarakNative
- License: gpl-3.0
- Created: 2024-05-18T16:22:16.000Z (8 months ago)
- Default Branch: ChatScreen
- Last Pushed: 2024-08-07T06:08:25.000Z (5 months ago)
- Last Synced: 2024-08-08T09:37:10.037Z (5 months ago)
- Topics: android, code-demo, compose-state, composition-local-provider, jetpack-compose, navigation-compose, window-size
- Language: Kotlin
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compose Code Examples
In this repository you can find multiple compose codelab app samples and other compose topics, all
samples and codes are divided into corresponding branches.**In this current branch ```ChatScreen``` we build very simple chat screen using compose
Checkout the official [Compose Tutorial](https://developer.android.com/develop/ui/compose/tutorial)**## **Checkout other branches**
#### ```code-along-demo```
#### ```compose-layout``` Compose layout demo
#### ```compose-state``` State management in compose
#### ```compose-navigation``` Implemented new compose Typesafe navigation
#### ```navigation-suite-scaffold``` For optimizing our app for all screen sizes
#### ```composition-local``` For passing data implicitly for deep hierarchical composable
#### ```speech-to-text``` Speech to text implementation by using SpeechRecognizer