https://github.com/amay077/livedatasample
ViewModel,DataBinding, LiveData, RxJava, RxProperty 全部使ってみたサンプル
https://github.com/amay077/livedatasample
android kotlin livedata mvvm rxjava
Last synced: 10 months ago
JSON representation
ViewModel,DataBinding, LiveData, RxJava, RxProperty 全部使ってみたサンプル
- Host: GitHub
- URL: https://github.com/amay077/livedatasample
- Owner: amay077
- Created: 2017-11-04T06:26:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T01:37:21.000Z (over 8 years ago)
- Last Synced: 2025-04-14T03:39:23.617Z (about 1 year ago)
- Topics: android, kotlin, livedata, mvvm, rxjava
- Language: Kotlin
- Homepage:
- Size: 337 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's this?
Simple Android sample apps using listed features.
* [Kotlin](https://kotlinlang.org/)
* [LiveData(Android Architecture Components)](https://developer.android.com/topic/libraries/architecture/livedata.html)
* [DataBinding](https://developer.android.com/topic/libraries/data-binding/index.html)
* [RxJava](https://github.com/ReactiveX/RxJava)
* [RxProperty](https://github.com/k-kagurazaka/rx-property-android)
* [ViewModel(Android Architecture Components)](https://developer.android.com/topic/libraries/architecture/viewmodel.html)
* MVVM
