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

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 全部使ってみたサンプル

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

![screenshot](screenshot.gif)