Dear All, as spoken in
Java beginner, will ask here my question as there is not an RXJava forum, Android does not treat advanced features, and RXJava is really similar to Stream
I am using retrofit2 a popular Jake Wharton library from square that simplify the access to the REST API
in the breakpoint I see that it is retrieved in OnNext a StackoverflowAPI response with 30 data.
but I can neither loop trough the array, nor even send simple messages
Please consider that in Android Log.d is similar to systemoutplrintln
and
and last