Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome RxJava !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome RxJava !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 (http://reactivex.io/)
@@ -13,8 +13,7 @@
⟡ rx-preferences (https://github.com/f2prateek/rx-preferences) - Reactive SharedPreferences for Android.
⟡ RxPermissions (https://github.com/tbruyelle/RxPermissions) - Android M runtime permissions powered by RxJava.
⟡ SQLBrite (https://github.com/square/sqlbrite) - A lightweight wrapper around SQLiteOpenHelper and ContentResolver which introduces reactive stream semantics to queries.
⟡ Android-ReactiveLocation
 (https://github.com/mcharmas/Android-ReactiveLocation) - Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
⟡ Android-ReactiveLocation (https://github.com/mcharmas/Android-ReactiveLocation) - Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
⟡ ReactiveNetwork (https://github.com/pwittchen/ReactiveNetwork) - Android library listening network connection state and change of the WiFi signal strength with RxJava Observables.
⟡ ReactiveSensors (https://github.com/pwittchen/ReactiveSensors) - Android library monitoring hardware sensors with RxJava Observables.
⟡ RxPalette (https://github.com/hzsweers/RxPalette) - RxJava bindings for the Palette library on Android.
@@ -53,10 +52,8 @@
Articles
⟡ Rx glitches aren't actually a problem
 (http://staltz.com/rx-glitches-arent-actually-a-problem.html) - Glitches are temporary inconsistencies emitted by Observables. André Staltz looks at why it's not really a problem.
⟡ RxJava's repeatWhen and retryWhen, explained (http://blog.danlew.net/2016/01/25/rxjavas-repeatwhen-and-retrywhen-explained/) - repeatWhen and retryWhen are fairly baffling at first glance. 
Dan Lew explains the operators in depth.
⟡ Rx glitches aren't actually a problem (http://staltz.com/rx-glitches-arent-actually-a-problem.html) - Glitches are temporary inconsistencies emitted by Observables. André Staltz looks at why it's not really a problem.
⟡ RxJava's repeatWhen and retryWhen, explained (http://blog.danlew.net/2016/01/25/rxjavas-repeatwhen-and-retrywhen-explained/) - repeatWhen and retryWhen are fairly baffling at first glance. Dan Lew explains the operators in depth.
⟡ RxJava - The Problem with Subjects (http://tomstechnicalblog.blogspot.co.uk/2016/03/rxjava-problem-with-subjects.html) - Thomas Nield explains why Subject is not a panacea.
Tools