[Android]LiveDataでRxのCombineLatestをやる
複数の LiveData を組み合わせようとすると MediatorLiveData を使用することになりますが、
これがボイラープレート山盛りなコードを書かされて非常に使いにくい。
そこで、Rx みたいにお手軽に ...
[Android] Navigation Architecture Component で、Shared Element Transition を使用した遷移方法
Navigation Architecture Component で、Shared Element Transition を使用した遷移方法
Android Architecture Components の Navigation A ...