kotlin-android
Here are 8,379 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Kotlin
-
Updated
Jun 16, 2022 - Java
-
Updated
Oct 14, 2021 - Kotlin
-
Updated
Mar 4, 2022 - Java
-
Updated
Jul 7, 2022 - 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
-
Updated
Feb 18, 2022 - Kotlin
-
Updated
Jun 22, 2022 - Kotlin
-
Updated
Jun 30, 2020 - Kotlin
-
Updated
May 15, 2019 - Java
-
Updated
Jul 5, 2022 - Kotlin
-
Updated
Oct 2, 2020 - Kotlin
-
Updated
May 9, 2019 - Java
-
Updated
Feb 17, 2021 - Kotlin
-
Updated
May 4, 2022
-
Updated
Jun 14, 2022 - Kotlin
-
Updated
Mar 10, 2022 - Kotlin
-
Updated
Dec 18, 2021 - Kotlin
-
Updated
Jul 1, 2022 - Kotlin
-
Updated
Jul 8, 2022 - Kotlin
-
Updated
Mar 15, 2021 - Kotlin
-
Updated
Nov 24, 2016 - Kotlin
-
Updated
Jul 8, 2022
-
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
buildOrderedChildList
is called, but I'm not fully sure what would trigger that (seems like adraw
will,