SkillAgentSearch skills...

RichUtilsKt

Advancement Utils for Android Developer written in Kotlin

Install / Use

/learn @WindSekirun/RichUtilsKt
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RichUtils codebeat badge

Kotlin GitHub license Android Arsenal Awesome Kotlin Badge Mentioned in Awesome Kotlin API

<img src="richutils-logo.png" alt="RichUtils logo" height="101" width="220" />

About

Version: 2.0.0 :: Dreaming Bird (夢魅鳥, Yumemidori) ::

  • Release Note (Eng) : https://blog.uzuki.live/richutils-2-0-0-dreaming-bird-release-note-english-2017-11-23/
  • Release Note (한글) : https://blog.uzuki.live/richutils-2-0-0-dreaming-bird-release-note-2017-11-23/

RichUtils is Advancement Utils for Android, written in Kotlin. Everything you need is Here! RichUtils work for you for solve necessary things, bother things in development process. I assure you that RichUtils will help you.

It provides...

  • Countless high-quality Utils, Widget!
  • KDoc(Kotlin Document) written in Dokka, Documentation Engine for Kotlin. https://windsekirun.github.io/RichUtilsKt/-rich-utils/index.html
  • 100% Java Interop Library, it can use with Java within Kotlin-plugin integrated project

Important changes 2.0.0 -> 2.1.5

  • minSdkVersion will increase 16 (Android 4.1) from 14 (Android 4.0)
  • targetSdkVersion will increase 27 (Android 8.1) from 26 (Android 8.0)
  • Having 'appcompat-v7:27.1.1' as Dependency
  • Important changes on RInAppBilling, see #53

Usages

rootProject/build.gradle

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

app/build.gradle

dependencies {
    implementation 'com.github.WindSekirun:RichUtilsKt:2.4.0'
}

Contents

Full Method List in RichUtils.class

Go to WIKI

Utils

Widget

View on GitHub
GitHub Stars171
CategoryDevelopment
Updated3mo ago
Forks28

Languages

Kotlin

Security Score

92/100

Audited on Dec 30, 2025

No findings