RxConnectiion
RxConnection inspired by Telegram Desktop Version Connection View
Source link: https://github.com/Nizomjon1994/RxConnectiion
RxConnection inspired by Telegram Desktop Version Connection View
Small Android library for use the Interactor (use case) and Executor for running code on a ThreadPool Thread or UI Thread. Normally this library is used for implement the Clean Architecture.
Use easily the database SQLite on Android using the DAO and transformer design patterns. Basic methods are already implemented in the class SQLiteDelegate
, if you need further queries you should extend from it.
This is a nice and simple color picker for Android. It allows to show any number of different palettes with any (reasonable) number of colors. Palettes can be stored in an array or generated on the fly.
Wrapper for Android SharedPreferences with object serialization and RxJava Observables.
Extremely light way to execute code in the background on Android. Alternative to AsyncTask.
ArcAnimator helps to create arc transition animation: 2.3+