- Добавил: literator
- Дата: 2-07-2017, 16:38
- Комментариев: 0
Название: Reactive Programming on Android with RxJava
Автор: Chris Arriola, Angus Huang
Издательство: Leanpub
ASIN: B073L5JB27
Год: 2017
Язык: английский
Страниц: 138
Формат: epub, pdf
Размер: 15.34 MB
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.
Автор: Chris Arriola, Angus Huang
Издательство: Leanpub
ASIN: B073L5JB27
Год: 2017
Язык: английский
Страниц: 138
Формат: epub, pdf
Размер: 15.34 MB
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.