TapBarMenu
TapBarMenu copied to clipboard
Increasing memory usage
Repeat open - close several times increases the memory usage
Does the memory usage drop after garbage collection?
@treere @JosephTurner Yes there are tiny memory allocations made by ValueAnimators when setting float values during opening/closing menu. Memory is being released after GC so I guess it's not a problem.
@michaldrabik Each open - close increase the memory of 20K on my phone, it's a lot. I'm trying to understand why. It's not a big problem because no one ( maybe ) pass his time opening and closing the menu. @JosephTurner after GC the memory usage drop always at the same amount.
I think we can close this