hhbgk / RxApplication

Learning RxJava for Android from 《给 Android 开发者的 RxJava 详解》

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxApplication

Learning RxJava for Android from 《给 Android 开发者的 RxJava 详解》

###Introduction 看了扔物线的文章给Android开发者的RxJava详解后,加上自己的理解而编写的例子

###Test API test_basic(); test_just(); test_from(); test_scheduler(); test_map(); test_filter_map_take(); test_flatMap(); ###Dependencies compile 'io.reactivex:rxjava:1.1.5' compile 'io.reactivex:rxandroid:1.2.0'

###Links RxJava 一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库
RxAndroid RxAndroid 是 RxJava 的一个针对 Android 平台的扩展

###License The MIT License (MIT)

  Copyright (c) 2016 hhbgk
  
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:
  
  The above copyright notice and this permission notice shall be included in all
  copies or substantial portions of the Software.
  
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

About

Learning RxJava for Android from 《给 Android 开发者的 RxJava 详解》

License:MIT License


Languages

Language:Java 100.0%