Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
RxJava | RxAndroid - I
Rating: 4.4 out of 5(197 ratings)
5,394 students

RxJava | RxAndroid - I

Beginner guide to RxJava and RxAndroid With Kotlin
Created byRichard Dewan
Last updated 9/2020
English
English [Auto],

What you'll learn

  • RxJava
  • RxAndroid
  • Kotlin

Course content

3 sections20 lectures1h 56m total length
  • What is a RxJava6:03

    Explore how RxJava and RxAndroid enable asynchronous, event-based programming through observable sequences and emitted values. See how ReactiveX blends observer, iterator, and functional ideas across platforms.

  • Three O of RxJava3:04

    Explore the three core roles in RxJava: observable, operator, and observer, and how they emit values, translate and modify data, and observe the values in RxAndroid.

  • RxJava Dependencies4:05

    Create a new Android project, add RxJava 3 dependencies in the Gradle build, synchronize the project, and start using RxJava with maintenance mode 3.x.

  • How To Get Course Project File1:02

    Learn how to obtain the course project file and slides from parts one to three; the files are optional, with a fee on my website if you choose to purchase.

Requirements

  • Basic of Kotlin
  • Basic of Android development

Description

This is a RxJava and RxAndroid beginner course. The aim of this course is to teach fundamental concepts of RxJava that takes you from a novice to intermediate RxJava developer. Every concept is explained in detailed manner with code examples.

If you have some basic experience in developing Android application with Kotlin then this course is for you. By the end of this course you should be able to implement  Rxjava in your Android application.

Who this course is for:

  • Android developer who want to learn RxJava and RxAndroid