rxlifecycle-groovy

Additional

Language
Groovy
Version
1.0.0 (Jul 4, 2016)
Created
Jun 25, 2016
Updated
Jul 5, 2016 (Retired)
Owner
Alex Isaienko (s0nerik)
Contributor
Alex Isaienko (s0nerik)
1
Activity
Badge
Generate
Download
Source code

rxlifecycle-groovy

RxLifecycle extension methods for Groovy language

A set of extension methods for RxLifecycle for Groovy users. Makes it easier to read the code.

Without rxlifecycle-groovy With rxlifecycle-groovy

Installation

  • To use this library, add the following to your project level build.gradle:
allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
  • Add this to your app's build.gradle:
compile 'com.github.s0nerik:rxlifecycle-groovy:{latest version}'

License

Copyright 2016 Alex Isaienko (s0nerik)

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.