#
kotlin-android
Here are 8,004 public repositories matching this topic...
A curated list of awesome Kotlin related stuff Inspired by awesome-java.
-
Updated
Apr 24, 2022 - Kotlin
android
twitter
kotlin-android
android-library
android-game
android-development
websites
android-studio
android-tests
android-developers
android-apps
android-open-source
android-book
sample-android
-
Updated
Oct 15, 2021 - Java
An android image compression library.
android
kotlin
photos
compression
kotlin-android
kotlin-library
android-library
compress-images
compressor
image-compression
kotlin-coroutines
-
Updated
Oct 14, 2021 - Kotlin
Kickstarter for Android. Bring new ideas to life, anywhere.
android
functional-programming
rxjava
kotlin-android
android-development
functional-reactive-programming
frp
-
Updated
Apr 21, 2022 - Kotlin
From Java To Kotlin - Your Cheat Sheet For Java To Kotlin
-
Updated
Mar 4, 2022 - Java
Design Patterns implemented in Kotlin
-
Updated
Mar 15, 2021 - Kotlin
mar-v-in
commented
Nov 23, 2021
The current implementation of the maps API lacks support for the snapshot() functionality.
This is a requirement for location sharing in Signal messenger.
android
kotlin
room
app
webview
apps
mvvm
kotlin-android
reader
google-material
rxjava2
retrofit2
netease-cloud-music
databinding
mvvm-databing
mvvm-applications
wanandroid
cloudreader
ui-gank
-
Updated
Jan 7, 2022 - Java
Open
Onboarding Overlays
2
Gurupreet
commented
Sep 19, 2020
Something like this: https://i.imgur.com/fZETnkc.png
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
android
kotlin
functional-programming
kotlin-android
android-development
clean-architecture
architectural
lessons-learned
architectural-patterns
mobile-development
android-cleanarchitecture-kotlin
-
Updated
Feb 18, 2022 - Kotlin
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
android
kotlin
adapter
drag-and-drop
recyclerview
kotlin-android
android-library
swipe
android-development
android-ui
multi-select
recyclerview-adapter
hacktoberfest
viewholder
mikepenz
fastadapter
click-listeners
-
Updated
Dec 16, 2021 - Kotlin
kotlin
rxjava
mvp
kotlin-language
kotlin-android
rxjava2
retrofit2
eyepetizer
rxjava2-retrofit2
kotlin-mvp
kotlin-retrofit
kotlin-rxjava-android
kotlin-mvp-retrofit-rxjava
kotlin-glide
mvp-rxjava-retrofit
mvp-retrofit-rxjava
-
Updated
Jun 30, 2020 - Kotlin
Android multi-media selector based on MVP mode.
-
Updated
May 15, 2019 - Java
Companion App for the book
-
Updated
Oct 2, 2020 - Kotlin
tsiflimagas
commented
Mar 25, 2022
bug
A bug report
bug-confirmed
A confirmed and reproducible bug report
good first issue
area: emoji-kaomoji
Issues regarding the emojis/kaomojis features
Three material Dots Indicators for view pagers in Android !
android
kotlin
material-design
kotlin-android
android-library
viewpager
indicator
viewpager-indicator
dots
dots-indicator
-
Updated
Mar 5, 2022 - Kotlin
Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台
android
kotlin
plugin
java
performance
gradle
kotlin-android
apm
aspectj
performance-management
argusapm
-
Updated
May 9, 2019 - Java
Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
-
Updated
Feb 17, 2021 - Kotlin
vinaygaba
commented
Nov 20, 2020
help wanted
Extra attention is needed
good first issue
Good for newcomers
example request
Request for a new example in Compose
A curated list of awesome Kotlin frameworks, libraries, documents and other resources
-
Updated
Apr 1, 2022
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
Mar 10, 2022 - Kotlin
android
kotlin
room
flow
coroutines
mvvm
kotlin-android
moshi
material-components
retrofit2
hacktoberfest
coroutines-android
mvvm-android
livedata
android-architecture-components
dagger2-android
room-persistence-library
viewbinding
livedata-viewmodel
hilt-android
-
Updated
Dec 18, 2021 - Kotlin
Community-driven collection of Jetpack Compose example code and tutorials 🚀 https://foso.github.io/compose
android
kotlin
kotlin-android
sample-app
jetpack
compose
androidx
jetpack-android
jetpack-compose
compose-desktop
-
Updated
Apr 13, 2022 - Kotlin
An easy-to-use customisable show case view with circular reveal animation.
android
kotlin
material-design
animation
material-ui
kotlin-android
kotlin-library
android-library
android-development
circular-reveal
android-ui
fancyshowcaseview
-
Updated
Mar 6, 2022 - Kotlin
Minimalistic audiobook player
-
Updated
Apr 24, 2022 - Kotlin
Learn how to make online games, and apps for Android O, like Pokémon , twitter,Tic Tac Toe, and notepad using Kotlin
-
Updated
Mar 15, 2021 - Kotlin
Multiselection Solution for Android in Kotlin
-
Updated
Nov 24, 2016 - Kotlin
Create Toast like tooltips, but targets can be specified, plus custom properties and features
-
Updated
Nov 22, 2021 - Kotlin
Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
-
Updated
Apr 24, 2022
Improve this page
Add a description, image, and links to the kotlin-android topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-android topic, visit your repo's landing page and select "manage topics."
I have a CoordinatorLayout that I am using as a fragment container, and I started getting leak reports after fragments are getting destroyed, because their View's are referenced by the container's
mPreSortedChildren
.Looking at the ViewGroup source, it seems like that gets cleared when
buildOrderedChildList
is called, but I'm not fully sure what would trigger that (seems like adraw
will,