RichUtils
Advancement Utils for Android Developer written in 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!
- 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 {
implementation 'com.github.WindSekirun:RichUtilsKt:1.8.1'
}
Contents
Notice
I'm prepare 'RichUtils 2.0.0 Release' will occur in November 27, 2017.
Any idea to improve this utils is always welcome! if you don't familiar with Kotlin, just give me as Java. I'll convert them for you.
Utils
Most of methods list within description is here
- RAlert (Sample) (JavaSample)
- RAssets (Sample) (JavaSample)
- RBitmap (Sample) (JavaSample)
- RClipboard (Sample) (JavaSample)
- RContactProvider (Sample) (JavaSample)
- RDate (Sample) (JavaSample)
- RDeviceId (Sample) (JavaSample)
- RDimen (Sample) (JavaSample)
- RDrawable (Sample) (JavaSample)
- RFile (Sample) (JavaSample)
- RFont (Sample) (JavaSample)
- RHintSpinner (Sample)
- RInflater (Sample) (JavaSample)
- RJson (Sample) (JavaSample)
- RKeyboard (Sample) (JavaSample)
- RKeyHash (Sample) (JavaSample)
- RNetwork (Sample) (JavaSample)
- RPreference (Sample) (JavaSample)
- RPermission (Sample) (JavaSample)
- RPhoto (Sample) (JavaSample)
- RPickMedia (Sample) (JavaSample)
- RReboot (Sample) (JavaSample)
- RStatusBar (Sample) (JavaSample)
- RStream (Sample) (JavaSample)
- RSystemService (Sample) (JavaSample)
- RThread (Sample) (JavaSample)
- RUnReadCount (Sample)
- RVersion (Sample) (JavaSample)
- RVibrate (Sample)
- RView
Widgets
- CenteredIconButton (Sample) (JavaSample)
- CombinedTextView (Sample)
- CombinedButton
- CombinedCheckBox
- CombinedRadioButton
- HTMLTextView (Sample)
Service
Module
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.