/RxJava2-Android-Samples

RxJava2 Android Tutorials With Example

Primary LanguageJavaApache License 2.0Apache-2.0

Learning RxJava2 for Android by example

RxJava 2.0 has been completely rewritten from scratch on top of the Reactive-Streams specification. The specification itself has evolved out of RxJava 1.x and provides a common baseline for reactive systems and libraries.

Because Reactive-Streams has a different architecture, it mandates changes to some well known RxJava types.

Migration From RxJava 1 to RxJava2

This link will help you while migrating to RxJava2.

RxJava2 Tutorials

Here, you will learn RxJava2 for Android by implementing few examples using RxJava2.

You will be using RxJava2 operators such as:

  • MAP
  • ZIP
  • TAKE
  • FLATMAP
  • and much more.

Show some ❤️

  • Be sure to click the "Star" button in the upper right of this page. 😄

Contact - Let's become friend

License

   Copyright (C) 2016 Amit Shekhar
   Copyright (C) 2011 Android Open Source Project

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Contributing to RxJava2 Android Samples

Just make pull request. You are in!