Android App using RxJava, Rerofit with MVVM Architecture
This post is about how to build an Android app using RxJava, RxAndroid, Retrofit with MVVM pattern in Kotlin. RxJava RxJava is a Java implementation of Reactive Extension or ReactiveX. Basically, it’s a library that composes asynchronous events by following Observer Pattern. The library offers a wide range of amazing operators like map, combine, […]
Android App using RxJava, Rerofit with MVVM Architecture Read More »
