kotlin-android
Here are 5,456 public repositories matching this topic...
-
Updated
Nov 3, 2020 - Kotlin
-
Updated
Oct 6, 2020 - Java
-
Updated
Aug 8, 2020 - Kotlin
-
Updated
Nov 3, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Sep 25, 2020 - Kotlin
-
Updated
Jun 30, 2020 - Kotlin
-
Updated
Oct 18, 2020 - Kotlin
-
Updated
May 15, 2019 - Java
-
Updated
Oct 27, 2020 - Java
-
Updated
Nov 2, 2020 - Kotlin
-
Updated
Oct 2, 2020 - Kotlin
-
Updated
Nov 2, 2019 - Kotlin
-
Updated
May 9, 2019 - Java
-
Updated
Oct 1, 2020 - Kotlin
-
Updated
Oct 12, 2020
-
Updated
Sep 10, 2020 - Kotlin
Add focusRectSizeFactor
parameter for rectangle focus shape (like focusCircleRadiusFactor
for circular). Default value should be 1.
-
Updated
Oct 29, 2020 - Kotlin
-
Updated
Jul 24, 2020 - Kotlin
-
Updated
Nov 24, 2016 - Kotlin
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
Jun 6, 2018 - Kotlin
-
Updated
Nov 1, 2020 - Kotlin
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
Jun 13, 2020 - Java
-
Updated
May 20, 2020 - Kotlin
Onboarding Overlays
Something like this: https://i.imgur.com/fZETnkc.png
-
Updated
Aug 26, 2018 - 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,