Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seo-4d696b75/compose-navigation-sample


https://github.com/seo-4d696b75/compose-navigation-sample

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# compose-navigation-sample

Compose Navigation を利用した画面遷移おいて、`NavHost`のstartDestinationで指定した最初の画面に引数を渡すサンプルアプリ

### 画面構成

```mermaid

stateDiagram-v2
[*] --> MainActivity
state MainActivity {
[*] --> HomeScreen
HomeScreen --> FormScren: next
}
state ResultActivity {
state checkArg <>
[*] --> checkArg: receive and check arg
checkArg --> ResultAScreen
checkArg --> ResultBScreen
}
FormScren --> ResultActivity: startActivity
```

### 動作イメージ

https://github.com/Seo-4d696b75/compose-navigation-sample/assets/25225028/980c6d37-580b-4d64-bca8-d52d5abd31f2