Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KunMinX/RxJava3-Operators-Magician
你用不惯 RxJava,只因缺了这把钥匙 🔑
https://github.com/KunMinX/RxJava3-Operators-Magician
android operator reactive rxandroid rxjava rxjava-android rxjava2 rxjava3
Last synced: 7 days ago
JSON representation
你用不惯 RxJava,只因缺了这把钥匙 🔑
- Host: GitHub
- URL: https://github.com/KunMinX/RxJava3-Operators-Magician
- Owner: KunMinX
- License: apache-2.0
- Created: 2019-04-18T07:25:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T12:40:43.000Z (over 2 years ago)
- Last Synced: 2024-10-30T04:49:19.503Z (21 days ago)
- Topics: android, operator, reactive, rxandroid, rxjava, rxjava-android, rxjava2, rxjava3
- Language: Java
- Homepage:
- Size: 1.32 MB
- Stars: 917
- Watchers: 20
- Forks: 96
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://upload-images.jianshu.io/upload_images/57036-a656f3cb7ab534cd.jpg)
# 由来
这是一款为 “声明式编程” 而生 RxJava 练习工具。
作为[《你用不惯 RxJava,只因缺了这把钥匙》](https://juejin.cn/post/6844903825761894413)配套。
| Add Operators | Output Code | Clear Expressions |
| :-: | :-: | :-: |
|![](https://upload-images.jianshu.io/upload_images/57036-bcb97adb16f309ea.gif)|![](https://upload-images.jianshu.io/upload_images/57036-77454b962bfc9d09.gif) |![](https://upload-images.jianshu.io/upload_images/57036-4dfd67d168698644.gif) |除提供 “灵感” 这一核心功能外,你还可从该开源项目获得内容包括:
1. 整洁代码风格 和 标准资源命名规范。
2. 基于前沿 Jetpack 架构组件。
3. 使用 RxJava 和 lambda 表达式。
4. AndroidX 和 Material Design 2 全面使用。
5. ConstraintLayout 约束布局最佳实践。
6. 为提升手机桌面逼格做贡献,让知识与美观并存,即使从不打开。
7. 绝不使用 Dagger,绝不使用奇技淫巧、编写艰深晦涩代码。# 下载体验
[![getFromGooglePlay](https://github.com/KunMinX/RxJava2-Operators-Sample/blob/master/img/google-play1.png)](https://www.coolapk.com/apk/227547)
[![getFromCoolapk](https://github.com/KunMinX/RxJava2-Operators-Sample/blob/master/img/coolapk1.png)](https://www.coolapk.com/apk/227547)# Thanks to
[LinkageRecyclerView](https://github.com/KunMinX/LinkageRecyclerView)
[RxJava2](https://github.com/ReactiveX/RxJava)
[RxJava2-Android-Samples](https://github.com/amitshekhariitbhu/RxJava2-Android-Samples)
[material-components-android](https://github.com/material-components/material-components-android)
[AndroidX](https://developer.android.google.cn/jetpack/androidx)
[CodeView](https://github.com/Thereisnospon/CodeView)
# My Pages
Email:[[email protected]](mailto:[email protected])
Juejin:[KunMinX 在掘金](https://juejin.im/user/58ab0de9ac502e006975d757/posts)
# License
```
Copyright 2018-present KunMinXLicensed 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.
```