Questions tagged as 'rxjava'

1
answer

Replace listeners with RxJava

I am beginning to know the advantages of RxJava, and I would like someone to lend me a hand to get to the point. The issue would be to modify this code made with listeners: public void getData( final OnResponseListener listener ){ if(da...
asked by 07.02.2017 / 17:35
0
answers

Go through a list returned by observable

I'm doing a query that returns a list of objects. Now I need to go through those objects and make another request in background for each object. But when doing the flatmap you are returning the list of items, so I need an operator before to go t...
asked by 10.03.2018 / 16:56
1
answer

You can combine the HaMeR framework with RxJava

Hello to all the people in the forum, looking on the internet to improve my android applications, I found the issue of concurrency, a good practice that can be done with the "Framework" HaMeR, and shortly after I ran into RxJava , my question is...
asked by 23.09.2017 / 17:17
1
answer

Error in request Retrofit + RxJava

I am starting with RxJava and I try to merge it with requests made with retrofit (which work correctly), but I have run into an error, which I hope can help me. I share fragments of my code: My dependencies: compile 'com.squareup.retrofit2:ad...
asked by 15.07.2017 / 02:24