https://github.com/erdo/compose-observe-as-state-explorer
app to investigate behaviour of various compose state observers: Observable.observeAsState Flow.collectAsState LiveData.observeAsState
https://github.com/erdo/compose-observe-as-state-explorer
Last synced: 2 months ago
JSON representation
app to investigate behaviour of various compose state observers: Observable.observeAsState Flow.collectAsState LiveData.observeAsState
- Host: GitHub
- URL: https://github.com/erdo/compose-observe-as-state-explorer
- Owner: erdo
- License: apache-2.0
- Created: 2022-01-23T15:58:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T20:14:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T13:51:43.735Z (4 months ago)
- Language: Kotlin
- Size: 326 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compose ObserveAsState Explorer
Simple android app to explore the behaviour or various observeAsState() functions available from reactive libraries

- [Flow.collectAsState()](https://developer.android.com/reference/kotlin/androidx/compose/runtime/package-summary#(kotlinx.coroutines.flow.StateFlow).collectAsState(kotlin.coroutines.CoroutineContext))
- [fore's Observable.observeAsState()](https://erdo.github.io/android-fore/)
- [LiveData.observeAsState()](https://developer.android.com/reference/kotlin/androidx/compose/runtime/livedata/package-summary#(androidx.lifecycle.LiveData).observeAsState())## License
Copyright 2015-2022 early.co
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.