{"id":32985596,"url":"https://github.com/THEONE10211024/RxJavaSamples","last_synced_at":"2025-11-18T02:02:02.626Z","repository":{"id":92337835,"uuid":"48481193","full_name":"THEONE10211024/RxJavaSamples","owner":"THEONE10211024","description":"收集了RxJava常见的使用场景，例子简洁、经典、易懂...","archived":false,"fork":false,"pushed_at":"2016-10-20T09:09:13.000Z","size":171,"stargazers_count":1101,"open_issues_count":2,"forks_count":199,"subscribers_count":62,"default_branch":"master","last_synced_at":"2025-05-24T02:07:04.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/THEONE10211024.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-12-23T09:16:54.000Z","updated_at":"2025-03-26T07:17:56.000Z","dependencies_parsed_at":"2023-05-16T22:30:35.172Z","dependency_job_id":null,"html_url":"https://github.com/THEONE10211024/RxJavaSamples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/THEONE10211024/RxJavaSamples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEONE10211024%2FRxJavaSamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEONE10211024%2FRxJavaSamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEONE10211024%2FRxJavaSamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEONE10211024%2FRxJavaSamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/THEONE10211024","download_url":"https://codeload.github.com/THEONE10211024/RxJavaSamples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEONE10211024%2FRxJavaSamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284988465,"owners_count":27095952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-18T02:00:05.759Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-11-13T08:00:32.330Z","updated_at":"2025-11-18T02:02:02.621Z","avatar_url":"https://github.com/THEONE10211024.png","language":"Java","readme":"# RxJavaSamples\n收集了RxJava常见的使用场景，例子简洁、经典、易懂...samples中的例子我已经在我的博客里介绍了，想进一步了解的同学可以看[这里](http://blog.csdn.net/theone10211024/article/details/50435325)      \n## (非)著名的库    \n* [RxJava](https://github.com/ReactiveX/RxJava) 没什么好说的，众多Rx系列的发源地。    \n* [RxAndroid](https://github.com/ReactiveX/RxAndroid) JakeWharton大神主导，将RxJava带入了Android，例子不多但在活跃地开发中。你可以从[这里](http://blog.csdn.net/lzyzsd/article/details/45033611)略知一二    \n* [RxBinding](https://github.com/JakeWharton/RxBinding) JakeWharton 大神项目，以RxJava形式实现Android里的OnClickListener 、TextWatcher、ScrollChange等事件绑定，内容相当丰富，关键还支持kotlin语法！    \n* [RxKotlin](https://github.com/ReactiveX/RxKotlin) Kotlin在取代Java的路上又多了一门神器！    \n* [RxRelay](https://github.com/JakeWharton/RxRelay) JakeWharton 大神又一力作!    \n\n## 项目\u0026\u0026例子\n* [RxJava-Android-Samples]( https://github.com/kaushikgopal/RxJava-Android-Samples) 涵盖了* RxJava的一些应用场景。经典、易懂但不是很全，本项目中大部分例子来源于此，表示感谢！    \n* [Awesome-RxJava]( https://github.com/lzyzsd/Awesome-RxJava) 收集了很多经典博客、教程、译文和App。想要入门？弄明白这里面的文章足矣！   \n* [RxDocs](https://github.com/mcxiaoke/RxDocs) Rx和RxJava文档中文翻译项目,非常多的学习资料！！\n* [RengwuxianRxjava]( https://github.com/androidmalin/RengwuxianRxjava) 扔物线那篇[经典文章](http://gank.io/post/560e15be2dca930e00da1083)中的例子    \n* [RxBlur]( https://github.com/SmartDengg/RxBlur) 用RxJava处理和操作高斯模糊效果的简单用例。    \n* [Meizhi](https://github.com/drakeet/Meizhi) 基于RxJava \u0026 Retrofit开发的项目    \n* [RexWeather]( https://github.com/vyshane/rex-weather) 天气预报小应用，基于RxJava \u0026 Retrofit开发的项目  \n* [Android-ReactiveLocation](https://github.com/mcharmas/Android-ReactiveLocation)    \n* [reark](https://github.com/reark/reark)    \n* [RxPermissions](https://github.com/tbruyelle/RxPermissions)    \n* [rxfilewatcher](https://github.com/helmbold/rxfilewatcher)   \n* [RxLifecycle](https://github.com/trello/RxLifecycle)用来严格控制由于发布了一个订阅后，由于没有及时取消，导致Activity/Fragment无法销毁导致的内存泄露。    \n* [rxloader](https://github.com/evant/rxloader)\n* [ReactiveNetwork](https://github.com/pwittchen/ReactiveNetwork) 使用RxJava来监听网络连接状态和wifi信号强度变化    \n* [frodo](https://github.com/android10/frodo)    \n* [rxjava-multiple-sources-sample](https://github.com/dlew/rxjava-multiple-sources-sample) 如何使用RxJava做多级缓存的案例。    \n* [rx-preferences](https://github.com/f2prateek/rx-preferences) 用RxJava实现Android中的SharedPreferences        \n* [RxCache](https://github.com/VictorAlbertos/RxCache) 为Android和java开发量身打造的缓存库    \n\n## 技术博客\n* [给Android开发者的RxJava详解]( http://gank.io/post/560e15be2dca930e00da1083)扔物线力作，RxJava讲的通俗易懂。        \n* [可能是东半球最全的RxJava使用场景小结]( http://blog.csdn.net/theone10211024/article/details/50435325) 主要针对Android中使用场景的总结。大多数是常见且经典的例子，看看RxJava是如何解决Android开发中的痛点的！    \n* [深入浅出RxJava]( http://blog.csdn.net/lzyzsd/article/details/41833541) 深入浅出RxJava系列，一共四篇，这是第一篇。翻译得还不错！    \n* [RxJava大搜集]( http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0430/2815.html)这里有你想要的    \n* [RxBus]( http://nerds.weddingpartyapp.com/tech/2014/12/24/implementing-an-event-bus-with-rxjava-rxbus/) 无所不能的RxJava也能做EventBus?看看别人是怎么实现的吧！  \n* [当复仇者联盟遇上Dagger2、RxJava和Retrofit的巧妙结合](http://blog.csdn.net/handsome_926/article/details/49176227) RxJava+Dagger2+Retrofit！教你什么才是一个干净的框架！    \n* [Advanced RxJava](http://akarnokd.blogspot.com/) 系列博客，[该系列博客的中文翻译](http://blog.piasy.com/AdvancedRxJava/)。\n\n## 网站\n* [ReactiveX](http://reactivex.io) ReactiveX官方网站，不知道它的就如同学Android不知道Android Developer        \n* [RxMarbles]( http://rxmarbles.com) 直观有趣的宝石图！让你对这种编程思想理解得更加透彻！！      \n\n##书籍\n* [RxJava Essentials(英文版)](http://download.csdn.net/detail/theone10211024/9394367) 讲得比较详细，适合RxJava入门学习。        \n* [RxJava Essentials(中文版)](http://download.csdn.net/detail/theone10211024/9394379) RxJava Essentials的中文翻译。       \n\n##### 最后，我想说的是RxJava目前在国内的使用频率还比较低，希望大家能成为推动RxJava在国普及的一员！如果你有更多好的文章、网站或工程，请发扬程序员最独特的魅力—开源精神，以便让更多的同行看见、学到和参与进来！\n","funding_links":[],"categories":["Internal"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTHEONE10211024%2FRxJavaSamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTHEONE10211024%2FRxJavaSamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTHEONE10211024%2FRxJavaSamples/lists"}