Posts by Renan • 31 points
1 post
-
3
votes1
answer121
viewsQ: How to make two Retrofit chain calls with Rxjava?
I make a call to recover some data and the second call - which should be made inside the first one - uses one of the fields of the previous call. val restApi = retrofit.create(RestAPI::class.java)…