Descriere YEO:
Pe YEO găsești Rxjava for Android Developers: With de la Manning Publications, în categoria Foreign Books.
Indiferent de nevoile tale, Rxjava for Android Developers: With Reactivex and Frp, Paperback/Timo Tuominen din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 289.99 Lei
Caracteristicile produsului Rxjava for Android Developers: With
- Brand: Manning Publications
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 21-12-2024 01:38:29
Comandă Rxjava for Android Developers: With Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Rxjava for Android Developers: With de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Summary RxJava for
Android Developers teaches you how to build fast, fluid, and reactive mobile apps for
Android with RxJava. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. 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. Table of Contents PART 1 - Core reactive programming Introduction to reactive programming Networking with observables Building data processing chains Connecting the user interface with networking Advanced RxJava PART 2 - Architectures in RxJava Reactive view models Developing with view models Expanding existing Rx apps Testing reactive code PART 3 - Advanced RxJava architectures Advanced architectures: Chat client 1 Advanced architectures: Chat client 2 Transitions with Rx Making a maps client About the Author:
Timo Tuominen has used FRP and RxJava extensively as an architect of a major Android project for Samsung while working with Futurice. As a consultant he has developed dozens of agile projects on almost all relevant platforms and a number of dead ones - nowadays bringing FRP to wherever he can. "