/RxJavaInAction

《RxJava2.x 实战》一书中包含的例子。

Primary LanguageJava

RxJavaInAction

@Tony沈哲 on weibo License

此repository是本人的《RxJava2.x 实战》一书中的相关的例子。里面包括Android和Java相关的例子。

开发工具

Android的工程采用Android Studio3.1开发,gradle版本是4.1。

Java的工程采用Intellij IDEA社区版开发。

各章节的例子

第8章

Backpressure是Android工程,使用Android Studio打开。

第10章

Parallel是Java工程,使用IntelliJ Idea打开。

第11章

RxBinding是Android工程,使用Android Studio打开。

第12章

Retrofit是Android工程,使用Android Studio打开。

第13章

RxBus是Android工程,使用Android Studio打开。

第14章

HttpClient是Java工程,使用IntelliJ Idea打开。

除此之外,本章还有一个例子,是图片爬虫的工程。 在我另一个repository: https://github.com/fengzhizi715/PicCrawler

第15章

Tasks是Java工程,使用IntelliJ Idea打开。

除此之外,本章还有一个例子,是获取可用的代理IP池的工程。 在我另一个repository: https://github.com/fengzhizi715/ProxyPool

第16章

LearnJava8是Java工程,使用IntelliJ Idea打开。

第17章

Cv4j是Android工程,使用Android Studio打开。

联系方式:

wechat:fengzhizi715

Java与Android技术栈:每周更新推送原创技术文章,欢迎扫描下方的公众号二维码并关注,期待与您的共同成长和进步。

License

Copyright (C) 2017 Tony Shen.

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.