[Android]LiveDataでRxのCombineLatestをやる
複数の LiveData を組み合わせようとすると MediatorLiveData を使用することになりますが、
これがボイラープレート山盛りなコードを書かされて非常に使いにくい。
そこで、Rx みたいにお手軽に ...
[Android]RecyclerViewで角丸にする方法
RecyclerView で角丸にするには
Button などで角丸にするには android:background に角丸の shape を設定するれば実現できますが、
RecyclerView では中の View がはみ出し ...