https://github.com/fengzhizi715/rxjavainaction
《RxJava2.x 实战》一书中包含的例子。
https://github.com/fengzhizi715/rxjavainaction
rxjava
Last synced: 11 days ago
JSON representation
《RxJava2.x 实战》一书中包含的例子。
- Host: GitHub
- URL: https://github.com/fengzhizi715/rxjavainaction
- Owner: fengzhizi715
- Created: 2017-06-21T05:29:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T12:32:00.000Z (over 5 years ago)
- Last Synced: 2025-03-29T05:12:33.294Z (29 days ago)
- Topics: rxjava
- Language: Java
- Homepage:
- Size: 1.66 MB
- Stars: 119
- Watchers: 8
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RxJavaInAction
[](http://www.weibo.com/fengzhizi715)
[](https://www.apache.org/licenses/LICENSE-2.0.html)此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 athttp://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.