Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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