Skip to content
#

kotlin-android

Here are 8,004 public repositories matching this topic...

leakcanary
eygraber
eygraber commented Oct 28, 2020

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 a draw will,

Foodium

🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).

  • Updated Dec 18, 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.

Curate this topic

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."

Learn more