RxJava for Android Developers teaches you how to build fast, fluid, and reactive mobile apps for Android with RxJava.
About the Technology
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 brings the benefits of reactive programming to your apps—that means better real-time responsiveness, the holy grail for every Android developer.
About the Book
RxJava for Android Developers begins by inviting you to think about programming and data the reactive way. This engaging, hands-on essential reference introduces you to the central pattern of RxJava for Android, then explains the View Model before exploring highly sought-after app features like chat clients and elegant transitions. Finally, you'll look at high-level design concerns and architectural approaches and frameworks that work well with Functional Reactive Programming (FRP) thinking.
What's inside
• An introduction to reactive programming
• Easier thread management
• Improving UI responsiveness
• Thinking asynchronously
• Building a working chat client
About the Reader
Readers should have some experience building Android applications. No experience with RxJava is needed.
About the Author
Timo Tuominen has used FRP and RxJava extensively while working with Futurice as an architect of a major Android project for Samsung.
Author(s): Timo Tuominen
Edition: 1
Publisher: Manning Publications
Year: 2019
Language: English
Commentary: True PDF
Pages: 512
City: Shelter Island, NY
Tags: Java; Mobile Development; Android; Reactive Programming; Data Processing; RxJava
PART 1 - Core reactive programming
1. Introduction to reactive programming
2. Networking with observables
3. Building data processing chains
4. Connecting the user interface with networking
5. Advanced RxJava
PART 2 - Architectures in RxJava
6. Reactive view models
7. Developing with view models
8. Expanding existing Rx apps
9. Testing reactive code
PART 3 - Advanced RxJava architectures
10. Advanced architectures: Chat client 1
11. Advanced architectures: Chat client 2
12. Transitions with Rx
13. Making a maps client