RxJava for Android Developers: with ReactiveX and FRP
Authors: Timo Tuominen
ISBN-10: 1617293369
ISBN-13: 9781617293368
Edition 版次: 1
Publication Date 出版日期: 2019-04-27
Print Length 页数: 512 pages
Book Description
By finelybook
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 brings the benefits of reactive programming to your apps—that means better real-time responsiveness,the holy grail for every Android developer.
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