Mynah, 2017. — 138 p. — ASIN B073L5JB27. Most modern mobile applications require that the user interface be responsive despite simultaneous operations occurring”downloading data over the network, displaying animations, writing files to disk, etc. As a consequence, concurrency and asynchronicity are inherent in mobile programming. Orchestrating concurrent code written in an...
Packt Publishing, 2015. — 140 p. — ISBN10: 1784399108, ISBN13: 978-1-78439-910-8. RxJava — Reactive Extensions for the JVM — is a library for composing asynchronous and event-based programs using Observable sequences for the Java VM, which will help you beat Android platform limitations to create astonishing Android apps. Starting with some quick background information on the...
Packt Publishing, 2017. — 400 p. — ISBN: 978-1-78712-042-6. Reactive Programming with Java and ReactiveX. RxJava is a library for composing asynchronous and event-based programs using Observable sequences for the JVM, allowing developers to build robust applications in less time. Learning RxJava addresses all the fundamentals of reactive programming to help readers write...
O’Reilly, 2017. — 372 p. — ISBN: 978-1-491-93165-3. In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that...
Packt Publishing, 2017. — 225 p. — ISBN: 1787289907. Make the most of asynchronous android programming. Writing code on Android is hard. Writing a high quality code that involves concurrent and parallel tasks is even harder. Ensuring that this code will run without unforeseen race conditions is an the order of magnitude harder. RxJava is the tool that can help write code for...
Packt Publishing, 2015. — 182 p. — ISBN10: 178528872, ISBN13: 978-1-78528-872-2. This book is a definite tutorial in RxJava filled with a lot of well-described examples. It explains reactive programming concepts in plain and readable language, without scientific formulas and terms. The book starts with an explanation of what reactive programming is, why it is so appealing, and...
Manning, 2019. — 512 p. RxJava for Android Developers teaches you how to build fast, fluid, and reactive mobile apps for Android with RxJava. For Android developers, writing multithreaded apps can be as challenging as it is necessary. RxJava simplifies complex threading operations, maintaining proper synchronization as you switch seamlessly from thread to thread. RxJava also...
Comments