Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
Reactive Programming on Android with RxJava
Top Free C++ Books 🌠 - 100% Free or Open Source!
  • Title: Reactive Programming on Android with RxJava
  • Author(s) Christopher Arriola, Angus Huang, and Ravi Tanada
  • Publisher: Leanpub (2017)
  • Paperback: N/A
  • eBook: PDF, ePub, and Kindle
  • Language: English
  • ISBN-10/ASIN: B073L5JB27
  • ISBN-13: N/A
  • Share This:  

Book Description

This book is a guide for experienced Android developers looking to learn about reactive programming using RxJava, the Java implementation of ReactiveX. It is written in a clear and concise way with many Android-specific examples.

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 imperative way, however, is known to be difficult and error-prone. Using the reactive programming paradigm, we are able to simplify much of these needs.

In the Android-world, the leading library for enabling reactive programming is RxJava. RxJava is the backbone of many large-scale applications such as Netflix, Soundcloud, and Trello. This book seeks to explain all there is to know about this topic and its applications in Android development using the latest version of RxJava, RxJava 2.x, by using examples that are familiar to Android developers.

About the Authors
  • N/A
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • O'Reilly® RxJava for Android App Development (K. Matt Dupree)

    This book introduces you to RxJava basics and then uses a real-world scenario to demonstrate how this library makes quick work of tasks that can often become messy and inflexible.

  • Exploring Android (Mark L. Murphy)

    This book has you build an app from the beginning. Whereas traditional programming guides are focused on breadth and depth, this book is focused on "hands-on" - provides step-by-step instructions for building the app.

  • GUI Design for Android Apps (Ryan Cohen, et al)

    This book is the perfect - and concise - introduction for mobile app developers and designers. Through easy-to-follow tutorials, code samples, and case studies, the book shows the must-know principles for user-interface design for Android apps.

Book Categories
:
Other Categories
Resources and Links