Description
amazing tool to learn ReactiveX Programming with animation, schedulers and time.
this is an open source Android application written in Kotlin to let you understand how ReactiveX Programming works,
this app will show you the real behavior of Reactive Programming depending on time and threads,
with snippets of code written in RxJava 3.0.2.
RxLab alternatives and similar packages
Based on the "Utility" category.
Alternatively, view RxLab alternatives based on common mentions on social networks and blogs.
-
timber
A logger with a small, extensible API which provides utility on top of Android's normal Log class. -
ExpirableDiskLruCache
Java implementation of a Disk-based LRU cache which specifically targets Android compatibility. -
tape
A lightning fast, transactional, file-based FIFO for Android and Java. -
joda-time-android
Joda-Time library with Android specialization -
OpenKeychain
OpenKeychain is an OpenPGP implementation for Android. -
easydeviceinfo
:iphone: [Android Library] Get device information in a super easy way. -
Android-Templates-And-Utilities
Collection of source codes, utilities, templates and snippets for Android development. -
secure-preferences
Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure. -
greenrobot-common
General purpose utilities and hash functions for Android and Java (aka java-common) -
Androl4b
A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis -
vector-compat
A support library for VectorDrawable and AnimatedVectorDrawable classes introduced in Lollipop -
CastCompanionLibrary-android
CastCompanionLibrary-android is a library project to enable developers integrate Cast capabilities into their applications faster and easier. -
android_dbinspector
Android library for viewing, editing and sharing in app databases. -
AndroidBillingLibrary
Android Market In-app Billing Library -
motion
An Android library allowing images to exhibit a parallax effect that reacts to the device's tilt -
Colours
A beautiful set of predefined colors and a set of color methods to make your Android development life easier. -
EasyCamera
Wrapper around the android Camera class that simplifies its usage -
MrVector
[Deprecated] AKA VectorDrawableCompat: A 7+ backport of VectorDrawable -
Reservoir
Android library to easily serialize and cache your objects to disk using key/value pairs. -
android-validation-komensky
A simple library for validating user input in forms using annotations. -
dspec
A simple way to define and render UI specs on top of your Android UI. -
routable-android
Routable, an in-app native URL router, for Android
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of RxLab or a related project?
README
RxLab
amazing tool to learn ReactiveX Programming with animation, schedulers and time project on GitHub.
this is an open source Android application written in Kotlin
to let you understand how ReactiveX Programming works,
this app will show you the real behavior of Reactive Programming depending on time and threads,
with snippets of code written in RxJava 3.0.6
.
for example, just operation:\
download app on Google Play:\
CPU with 4 cores at least is recommended, and screen with large width.
do you want to know how scan
operation works?\
or you may don't know the difference between flatMap
and concatMap
?\
and more...
Description
this is small description for emit:\
- emit color points to the observable that coming from.
- value.
- the color points to the current thread.
- main thread.
- computation thread.
- io thread.
- single thread.
- other.
- thread index that in use.
takeTime(emit)
you will see this method in code, simply it will take random time to simulate a long operation, then it will return the emit.
Operators
this app covered this operators:
- buffer
- combineLatest
- concatMap
- contains
- create
- distinct
- distinctUntilChanged
- elementAt
- filter
- flatMap
- fromArray
- fromIterable
- interval
- just
- map
- merge
- range
- reduce
- scan
- skip
- sorted
- switchMap
- take
- takeLast
- throttleFirst
- throttleLast
- throttleWithTimeout
- toList
- zip
and more coming soon..
Libraries used in this app
- RxJava.
- RxAndroid.
- CodeView-Android.
- launcher icon made by Freepik from www.flaticon.com.
LICENSE
Copyright 2020 Anas Altair
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 all licence references and agreements mentioned in the RxLab README section above
are relevant to that project's source code only.