我們今天來介紹如何導入使用 Android 的資料庫 Room,Android Jetpack 套件元件之一,如何融入 MVVM 架構,並且善用一些特性減少開發上的困難。
Continue reading “使用 Android 資料庫: Room”RxJava: chain API1 -> API2 call and get API1 result
How can we chain the APIs and get result from one of the APIs?
Continue reading “RxJava: chain API1 -> API2 call and get API1 result”