-
-
Universal-Cache Public
Kotlin caching and request sharing via Flow. Main idea: don't load data more times than it's needed. Compiled for Android and iOS.
-
uri-kmp Public
Forked from eygraber/uri-kmpA library for working with URIs and URLs in Kotlin Multiplatform
Kotlin Other UpdatedDec 4, 2024 -
ImagePickerPlus Public
Android image picker. Can get an image from gallery or photo from camera without runtime permissions. Also provides basic crop/rotate functionality.
-
android_sample_2023 Public
Kotlin, Flow, Jetpack Compose, Navigation, Ktor, Serialization, Koin, ViewModel
Kotlin UpdatedOct 4, 2023 -
Kotlin-Multiplatform-Libraries Public
Forked from AAkira/Kotlin-Multiplatform-LibrariesKotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
UpdatedJul 26, 2023 -
kmm-awesome Public
Forked from terrakok/kmp-awesomeAn awesome list that curates the best KMM libraries, tools and more.
UpdatedJul 22, 2023 -
libs.kmp.icerock.dev Public
Forked from icerockdev/libs.kmp.icerock.devKotlin Multiplatform libraries list with info auto-fetch
JavaScript Apache License 2.0 UpdatedJul 22, 2023 -
ImagePicker Public
Forked from Dhaval2404/ImagePickerKotlin Apache License 2.0 UpdatedApr 22, 2023 -
UiText Public
Way to handle strings in android ViewModel. Persistently for VM layer and flexible for UI layer (for configuration changes)
-
Android-VideoView-cache Public
Android VideoView cache: cache wrapper for standart android VideoView
-
-
SwipeBottomSheet Public
Android View-based scrollable BottomSheet that works well with NestedScrollView and RecyclerView
Kotlin UpdatedOct 24, 2022 -
RxUtils Public
Helpers for RxJava and android. Reusing (sharing) ongoing Observable/Single work without duplication, Rx preferences, threading helpers.
-
Line-counter-compose-desktop Public
Counts lines at a given path in files with a given extension
Kotlin UpdatedNov 11, 2021 -
-
-
-
-
WrappedLinesTextView Public
Android TextView with auto counting maxLines from height. Tag: Text view wrap lines on height
-
-
Circular-Layout Public
Warning: Deprecated! It's strongly recommended to use custom LayoutManager with RecyclerView instead of this library (for decrease used memory in long lists). Layout with a looped scrolling for and…