-
Updated
Oct 17, 2021 - Kotlin
#
kotlin-extensions
Here are 263 public repositories matching this topic...
A curated list of awesome Kotlin related stuff Inspired by awesome-java.
A set of Kotlin extensions for Android app development.
-
Updated
Nov 13, 2018
A collection of hand-crafted extensions for your Kotlin projects.
android
kotlin
macos
lightweight
ios
material-design
watchos
coroutines
kotlin-android
kotlin-extensions
kotlin-library
android-library
kotlin-dsl
kotlin-coroutines
ios-library
kotlin-native
kotlin-multiplatform
-
Updated
Sep 30, 2021 - Kotlin
Kotlin library for Android
-
Updated
May 25, 2021 - Kotlin
android
kotlin
lists
app
demo
list
awesome
example
kotlin-language
kotlin-android
kotlin-extensions
kotlin-library
android-library
awesome-list
anko
awesome-lists
kotlin-tutorials
android-ktx
-
Updated
Nov 20, 2018 - Kotlin
13
angryseptagon
commented
Oct 28, 2018
Hello, I am using syncthing for android and I can only do two way sync in its application folder. is there any way to force this music player to scan inside a specific folder?
A handy collection of most commonly used Kotlin extensions to boost your productivity.
-
Updated
Oct 19, 2020 - Kotlin
Kotlin Extensions (Android extensions) and Helpers for smoother Android development
kotlin
extensions
helpers
kotlin-android
kotlin-extensions
kotlin-library
android-library
kotlin-android-extensions
android-utils
android-lib
android-libraries
android-utils-library
helpers-library
android-helper
android-extensions
android-utility
helpers-used-by-others
helpers-class
kotlinextension
helpers-addon
-
Updated
Oct 15, 2021 - Kotlin
Kotlin Coroutines binding APIs for Android UI widgets from the platform and support libraries
android
kotlin
flow
binding
recyclerview
coroutines
kotlin-android
kotlin-extensions
kotlin-library
android-library
viewpager
drawerlayout
appcompat
kotlin-coroutines
swiperefreshlayout
slidingpanelayout
coroutines-android
leanback
android-ui-widgets
receivechannel
-
Updated
Jul 2, 2021 - Kotlin
wajahatkarim3
commented
Nov 24, 2018
Similar to issue #18, add methods in the collection_ktx package.
基于Kotlin + Jetpack全家桶 + Coroutines(协程) + Flutter等架构实现的一款精简版Github客户端项目,望与广大小伙伴一起成长,欢迎start or fork!
kotlin
room
mvvm
kotlin-extensions
glide
viewmodel
retrofit2
okhttp3
svg-path
flutter
databinding
okhttp-interceptor
androidx
kotlin-coroutine
jetpack-android
livedatabus
retrofit-okhttp-coroutines
-
Updated
Jul 28, 2021 - Roff
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
android
kotlin
room
sample
example
clean-code
rxjava
mvvm
picasso
kotlin-extensions
sample-app
clean-architecture
dagger2
rxandroid
retrofit2
mvvm-pattern
example-project
anko
mvvm-architecture
livedata
-
Updated
Dec 16, 2020 - Kotlin
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
android
location
kotlin-language
kotlin-android
kotlin-extensions
android-library
android-development
android-studio
kotlin-dsl
hacktoberfest
kotlin-android-extensions
android-location
android-permission
fusedlocationproviderclient
hacktoberfest2020
hacktoberfest-accepted
hacktoberfest2021
-
Updated
Oct 11, 2021 - Kotlin
Easy Android logging with Kotlin and Timber
-
Updated
May 9, 2019 - Kotlin
Kotlin extensions to the RxJavaFX framework
-
Updated
Sep 9, 2021 - Kotlin
A sample camera app with CameraX API from Android Jetpack
android
kotlin
demo
camera
android-sdk
kotlin-language
kotlin-android
kotlin-extensions
android-library
android-development
android-application
android-architecture
android-ui
android-studio
android-app
demo-app
androidstudio
kotlin-coroutines
camerax
camerax-api
-
Updated
Oct 13, 2021 - Kotlin
用 Kolin 做的 Android Utils 库,包括 utils 和 extension
-
Updated
Oct 12, 2021 - Kotlin
Kotlin extension functions for easier and more concise Android permission handling.
-
Updated
Jun 19, 2017 - Kotlin
Easy customizable picker for all your needs in Android application
android
kotlin
material-design
material-ui
android-sdk
kotlin-android
kotlin-extensions
kotlin-library
android-library
android-development
android-application
android-architecture
material-components
android-ui
android-studio
android-app
androidstudio
kotlin-android-extensions
-
Updated
Sep 16, 2021 - Kotlin
An elegant looking and easy to use informative library with LiveData integration for Android.
android
kotlin
duration
android-sdk
overlay
dialog
kotlin-android
kotlin-extensions
kotlin-library
android-library
android-development
android-application
toast
gravity
snackbar
android-studio
android-app
livedata
lifecycleowner
-
Updated
Jul 24, 2021 - Kotlin
A Kotlin compiler plugin that removes the `copy` method of data classes.
kotlin
annotations
kotlin-language
kotlin-extensions
kotlin-library
gradle-plugin
intellij-plugin
kotlin-compiler
kotlin-plugin
compiler-plugin
inspections
data-class
value-based
kotlin-compiler-plugin
-
Updated
Jul 5, 2021 - Kotlin
Choose the right emoji emoticon for git commit, make git log commit more interesting.
-
Updated
Dec 2, 2020 - Kotlin
Kotlin Vaadin extensions and DSL
-
Updated
Oct 13, 2021 - Kotlin
Kotlin first app using Clean Architecture with MVVM pattern along with Android Architecture Components such as LiveData, ViewModel, Navigation and idiomatic Kotlin using extension functions, type-aliases, Coroutines and Dependency Injection using Hilt
kotlin
mvvm
kotlin-android
kotlin-extensions
clean-architecture
mvvm-architecture
kotlin-coroutines
coroutines-android
mvvm-android
desugar
livedata-viewmodel
coroutines-flow
hilt
hilt-android
hilt-dependency-injection
hilt-dependency-injection-android
-
Updated
Mar 29, 2021 - Kotlin
A collection of useful Kotlin Extension
kotlin
unit-testing
awesome
gradle
productivity-booster
extensions
kotlin-extensions
kotlin-library
krazykotlin
-
Updated
Jul 13, 2020 - Kotlin
Improve this page
Add a description, image, and links to the kotlin-extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-extensions topic, visit your repo's landing page and select "manage topics."
I wanted to change the style of a label on mouse hover.
onEnter
worked fine:But there's no corresponding
onExit
function. I've written one now, but wondered if there was documentation around which scene2d stage elements have actions, and which do not,