Pinned Loading
-
RxKotlinStarter-Quick-N-Fast
RxKotlinStarter-Quick-N-Fast PublicNew kotlin architecture for Android applications developing based on ReactiveX,integrates many open source projects( like Kodein,Rxjava2, RxKotlin, Retrofit... ),to make your developing quicker and…
-
Android-Layout-StateLayout
Android-Layout-StateLayout PublicLayout wrapper that handles different application states, including loading, empty and error state. Written in 100% Kotlin and 75% Anko.
Kotlin 4
-
weather-app
weather-app PublicA demo weather app using RxJava2, AndroidX, Kodein, MVVM and OpenWeatherMap api
Kotlin 1
-
-
Kotlin DSL to runtime build a config...
Kotlin DSL to runtime build a configuration-easy menu by enum options. You can control a set of configuration for each menu item, including prerequisite condition, ordering, general callback or individual callback. 1import com.package.MenuOption
23class MenuBuilder {
4val menuConfigs = mutableListOf<MenuOptionConfig>()
5var commonCallback: ((MenuOption) -> Unit)? = null
-
resettableDelegate.kt
resettableDelegate.kt 1interface IResettable {
2fun reset()
3}
45open class ResettableAspect: IResettable {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.