/Reactive-Android-Programming

Reactive Android Programming, published by Packt

Primary LanguageJavaMIT LicenseMIT

$5 Tech Unlocked 2021!

If you have read this book, please leave a review on Amazon.com. Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from December 15th 2020 to January 13th 2021.

Reactive Android Programming

This is the code repository for Reactive Android Programming, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Writing code on Android is hard. Writing a high quality code that involves concurrent and parallel tasks is even harder. Ensuring that this code will run without unforeseen race conditions is an the order of magnitude harder. RxJava is the tool that can help write code for such tasks.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

plugins {
    id "me.tatarka.retrolambda" version "3.4.0"
}
apply plugin: 'com.android.application'

Before you start, it is expected that you have Android Studio setup and ready and Android SDK is installed as well. Other than that, there are no additional requirements. Obviously, it will be very handy if you have real development smartphone devices available so that you wouldn’t need to rely on emulators.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.