-
Updated
Nov 27, 2020
{{ message }}
Kotlin is a statically typed programming language for modern multiplatform applications. 100% interoperable with Java and Android, it now supports JavaScript and native with LLVM (including iOS). It was developed by JetBrains in 2011, and designed to be a new language for the Java Virtual Machine (JVM) that can compile quickly.
The Kotlin Programming Language
An Android Animation library which easily add itemanimator to RecyclerView items.
A declarative and comprehensive API to handle Android runtime permissions.
A curated list of awesome Kotlin related stuff Inspired by awesome-java.
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62
An Android transformation library providing a variety of image transformations for Glide.
Framework for quickly creating connected applications in Kotlin with minimal effort
A set of Kotlin extensions for Android app development.
Analyze any Android/Java based app or game
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
Koin - a pragmatic lightweight dependency injection framework for Kotlin
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error
An android image compression library.
Vim emulation plugin for IDEs based on the IntelliJ Platform
Image loading for Android backed by Kotlin Coroutines.
From Java To Kotlin - Your Cheat Sheet For Java To Kotlin
Advanced dialog solution for android
Created by JetBrains
Released February 15, 2016
Latest release 19 days ago
Currently LeakCanary is still using Travis CI for PR checks.
We should migrate to GitHub actions, including for UI tests.
Some examples we can look at, which I think @zach-klippenstein took care of:
https://github.com/square/radiography/
https://github.com/square/workflow-kotlin/