Sponsored By
ABSTRACT: Reacting to RxJava – Why You Might Be Interested
Are you sick of threads? Have you ever found yourself up to your elbows in Semaphores and CountDownLatches? Have you caught your last InterruptedException? If you need to work with multiple threads, but would prefer to avoid the nitty gritty details of when it’s ok to proceed, RxJava may be relevant to your interests.
You might have heard of RxJava before, possibly in the context of work done by Netflix, or just reactive programming in general. Come to this talk if you’re interested in learning how it works, and how to use it in a practical setting. I’ll show how I use RxJava to make my life easier developing for Android as well as how you can use it in non-Android Java. I’ll share links to github repositories with all of my demonstration code too. We’ll cover the basics, how to learn more, or search for a specific operator, and then see some of them in action. I’ll explain why I like it on android, and also show you the networking library I like to use, and how the two fit together oh so nicely.
SPEAKER BIO: Travis Himes
MEETING SLIDES: On Prezi here