Did you know that you can navigate the posts by swiping left and right?

Advanced RXJava and Conductor

09 May 2017 . category: meetup . Comments
#android #mobile #meetup #rxjava #conductor #nyandroiddevelopers

Today I went to a NY Android Developers Meetup at SeatGeek to see 2 terrific talks, one about RXJava and the other one about Conductor.

SeatGeek

SeatGeek

Here are my takes on the topics:

RXJava

RxJava adds “reactiveness” to Java and RXAndroid makes writing reactive components in Android apps easy by providing a Scheduler that schedules on the main thread or any given Looper, Observers and other cool things. In this brave new “reactive world”, it is totally worth it to learn RxJava and RxAndroid, I recommend you to check it out.

RxJava

Conductor

Conductor, is framework that allows for building View-based apps, it provides a wrapper around standard Android Views that does lots of things such as lifecycle management, navigation, backstack, transitions, state persistence, etc. You can use it for MVP, MVVM or MVC.

Conductor

Event on meetup.com.


Me

Oscar is a Senior Software Engineer, GDG Organizer, Tech Speaker and Startup Founder. In his free time, he likes to cook, read, binge on NETFLIX, try new restaurants, take long walks in the park and explore the outdoors with his awesome dog Duke, travel, build robots, etc.