kotlin-android
Here are 8,193 public repositories matching this topic...
A curated list of awesome Kotlin related stuff Inspired by awesome-java.
-
Updated
May 30, 2022 - Kotlin
-
Updated
Oct 15, 2021 - Java
An android image compression library.
-
Updated
Oct 14, 2021 - Kotlin
Kickstarter for Android. Bring new ideas to life, anywhere.
-
Updated
May 30, 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
The current implementation of the maps API lacks support for the snapshot() functionality.
This is a requirement for location sharing in Signal messenger.
-
Updated
May 27, 2022 - Java
Onboarding Overlays
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.
-
Updated
Feb 18, 2022 - Kotlin
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
-
Updated
May 7, 2022 - Kotlin
-
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
Three material Dots Indicators for view pagers in Android !
-
Updated
Apr 30, 2022 - Kotlin
Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
-
Updated
Feb 17, 2021 - Kotlin
Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台
-
Updated
May 9, 2019 - Java
A curated list of awesome Kotlin frameworks, libraries, documents and other resources
-
Updated
May 4, 2022
Community-driven collection of Jetpack Compose example code and tutorials
-
Updated
May 26, 2022 - Kotlin
A collection of hand-crafted extensions for your Kotlin projects.
-
Updated
Mar 10, 2022 - Kotlin
-
Updated
Dec 18, 2021 - Kotlin
An easy-to-use customisable show case view with circular reveal animation.
-
Updated
Mar 6, 2022 - Kotlin
Minimalistic audiobook player
-
Updated
May 27, 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
Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
-
Updated
May 14, 2022
Create Toast like tooltips, but targets can be specified, plus custom properties and features
-
Updated
Nov 22, 2021 - Kotlin
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
buildOrderedChildListis called, but I'm not fully sure what would trigger that (seems like adrawwill,