Tagged in

Architecture Components

MindOrks
MindOrks
Our community publishes stories worth reading on Android Development
More information
Followers
28K
Elsewhere

Effective Networking On Android using Retrofit, Rx and Architecture Components

For many, like me, Retrofit is the go-to library on Android to talk to their REST APIs. Retrofit also supports adapters to convert your API responses into Reactive Streams. Reactive streams…