• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

RXJava, Log not retrived onNext

 
Ranch Hand
Posts: 607
11
Android Python Open BSD VI Editor Slackware
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic