Please follow me, I shall tell what I had done so far in my code. I called the Observable method to get the 9 function to get the values from DB. Now I need to get an additional data from DB. For this I used concatMap method of RXJava. But I get the following issue. Please check it in the screenshot that I attached.
Asked
Active
Viewed 29 times
0
-
The second parameter of the zip method is of type `boolean` it should of `io.reactivex.Observable` too .. Note :- All parameters of the zip method should return observable type.. `getDataManger().getBuildCoachMarkSeen()` --- `returns boolean` – Santanu Sur Mar 28 '19 at 05:43
-
It would be helpful if you could write down the code and the issue you are facing. It's difficult to understand from image. – arungiri_10 Mar 28 '19 at 06:57