All Projects → fengzhizi715 → Rxjavainaction

fengzhizi715 / Rxjavainaction

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

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Rxjavainaction

Qbox
🐈 RxJava+Retrofit+Okhttp+Glide + A life tool App, contains modules: news; jokes; constellation fortune; LED; weather; calendar; two-dimensional code, and more ... 小秋魔盒是一个生活工具 App,主要功能有:新闻资讯;微信精选美文;笑话趣图;星座运势;LED字幕;天气;日历;二维码;手电筒;老黄历。在开发中尽可能多的用了目前比较流行的框架和库。
Stars: ✭ 1,360 (+1072.41%)
Mutual labels:  rxjava
Rxdrive
RxJava wrapper for Google Drive Android API
Stars: ✭ 106 (-8.62%)
Mutual labels:  rxjava
Android Architecture
🌇该项目结合 MVP 与 Clean 架构思想,探索在 Android 项目上的最佳实践。
Stars: ✭ 112 (-3.45%)
Mutual labels:  rxjava
Apiclient
A easy to use api client that combines the power of Retrofit, Realm, Gson, Rxjava and Retrolambda in a easy to use library for Java and Android
Stars: ✭ 100 (-13.79%)
Mutual labels:  rxjava
Jiandou
豆瓣Material Design风格的Android客户端
Stars: ✭ 104 (-10.34%)
Mutual labels:  rxjava
Ghost
微影,一款纯粹的在线视频App,基于Material Design + MVP + RxJava + Retrofit + Realm + Glide
Stars: ✭ 1,464 (+1162.07%)
Mutual labels:  rxjava
Jd Test
仿京东app 全新组件化架构升级
Stars: ✭ 1,346 (+1060.34%)
Mutual labels:  rxjava
Unidirectional Architecture On Mobile
Dive into 📱 Unidirectional Architecture!
Stars: ✭ 115 (-0.86%)
Mutual labels:  rxjava
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-8.62%)
Mutual labels:  rxjava
Voice
Minimalistic audiobook player
Stars: ✭ 1,559 (+1243.97%)
Mutual labels:  rxjava
Basemvp Master
一个基本的MVP应用框架(RxJava+Retrofit+Glide+IjkPlayer),封装比较完善,易于使用,帮助日常快速开发一个项目。
Stars: ✭ 101 (-12.93%)
Mutual labels:  rxjava
Cateye
高仿猫眼电影App
Stars: ✭ 102 (-12.07%)
Mutual labels:  rxjava
Novate
A safety client by Https for android, (Android网络框架,基于Retrofit和RxJava打造的链式网络库, 支持okhttp的调用风格,又兼容Retrofit API,并支持rxJava链式操作)
Stars: ✭ 1,442 (+1143.1%)
Mutual labels:  rxjava
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (-13.79%)
Mutual labels:  rxjava
Iron
Fast and easy to use NoSQL data storage with RxJava support
Stars: ✭ 112 (-3.45%)
Mutual labels:  rxjava
Reptar
Roaring RxJava
Stars: ✭ 99 (-14.66%)
Mutual labels:  rxjava
Rxjava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Stars: ✭ 45,607 (+39216.38%)
Mutual labels:  rxjava
Rxlocationmanager
RxJava wrap around standard Android LocationManager without Google Play Services
Stars: ✭ 115 (-0.86%)
Mutual labels:  rxjava
Mvvm Architecture
The practice of MVVM + Jetpack architecture in Android.
Stars: ✭ 1,634 (+1308.62%)
Mutual labels:  rxjava
Featureadapter
FeatureAdapter (FA) is an Android Library providing an optimized way to display complex screens on Android.
Stars: ✭ 112 (-3.45%)
Mutual labels:  rxjava

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].