Implement Room with RxJava and Retrofit
问题 I am trying to use Room with RxJava and Retrofit, Before You recommend use a component arch (In this opportunity is not possible, the project is in and 50% and Just need to continue with the arch clean). So the problem is this. I have a web service that returns a POJO . Something like this: { "success":"true", "message":"message", "data":{[ "id":"id", "name":"name", "lname":"lname", ]} } POJO is more complex but for the example is ok with this. I need to do that since my view make query to