I would like to know what is the best practice when using RoboSpice and RxJava together. The only thing I've found so far is the "RoboSpice and RxJava" thread in the RoboSpice Google Group. I wonder if there is a recommended approach when integrating these 2 libraries
Asked
Active
Viewed 778 times
5
-
Best way is wrap robospice executes with `Observable`. It might be more easly if robospice had synchronous api. – zella Jul 08 '15 at 06:11
-
2You might want to try https://github.com/anotherdev/robospice-fluent-request. – user802421 Apr 10 '16 at 11:05
-
1thanks for the suggestion @user802421 – Julian Suarez Apr 11 '16 at 18:42