Releases: easedroid/RxUtilities
Bug fixes
0.0.2
RxUtility for common purposes(Initial Release)
This is initial release contain features which used commonly in daily day Android Development and more importantly it is based on Kotlin. So, to reduce the time and also make those feature thread safe I make this library for my own. If anyone interested to use my library can use it but It may be little big in size in later as I will be adding more and more stuff as per my needs.
The intentions behind this is basically to reduce the time taking to write boilerplate code daily so I just wrap them with Rx Java and make this library to make life easy!. Now all the boilerplate code is running under the hood you just need to write some lines of code to get the desires output.
For now it contains Location services, Runtime Permission, Debug logging etc.