/RichUtilsKt

Advancement Utils for Android Developer written by Kotlin

Primary LanguageKotlinApache License 2.0Apache-2.0

RichUtils

Android Arsenal Kotlin CircleCI GitHub license

RichUtils logo

Advancement Utils for Android Developer written by Kotlin

Are you tired to write duplicate, dirty code to develop your android application? RichUtils provided fully Documented and high quality of many utils so more! With Anko and Kotlin android extensions, Your developing time will be happier than before!

If you are not ready to accept new language, Kotlin? Don't worry, RichUtils has compatibility both language, Kotlin and Java!

Main goals of this library is Reuse code to help developer can math the due date of Project

If you have any feature to make useful develop android application, Please leave any feature into issue tracker with Suggestion tag!

Main Feature of Library

  • Provide fully documented and High quality of many utils!
    • List of Utils
    • Now RichUtils have 29 Utils and 3 Widgets and 1 Service and 1 Module
  • Provide Web Document
  • Provide two sample application. one is Kotlin, another is Java
    • Some Utils does not provide Sample yet, but i will working on soon.
  • as Kotlin's main goal, RichUtils interoperable with Java

Usages

rootProject/build.gradle

allprojects {
    repositories {
	    maven { url 'https://jitpack.io' }
    }
}

app/build.gradle

dependencies {
    compile 'com.github.WindSekirun:RichUtilsKt:1.5.0'
}

License

Copyright 2017 WindSekirun (DongGil, Seo)

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.