Skip to content

Releases: easedroid/RxUtilities

Bug fixes

13 Jun 11:41
eab4a76
Compare
Choose a tag to compare

Main thread issue fixed while returning from background thread

0.0.2

17 May 19:28
Compare
Choose a tag to compare

No need to check permission manually for location updates, now it handles automatically when you asked for location.

RxUtility for common purposes(Initial Release)

16 May 13:53
d09d3b7
Compare
Choose a tag to compare

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.