You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the demo included with this repo with the memory monitor open in Android Studios when I noticed that every swipe reduces the memory that is free...and doesn't ever let it go. It seems to allocate .01MB-.02MB per swipe.
I am running the demo on a Nexus 5X running Android 6.0.1.
The text was updated successfully, but these errors were encountered:
I think the reason the memory usage is larger as you swipe is that the SparkleViewPagerLayout keeps the animated Views as the pager progresses. New Views get added in as you swipe, and they are not removed when they are offscreen. This is something I've been wanting to fix for a while.
I was using the demo included with this repo with the memory monitor open in Android Studios when I noticed that every swipe reduces the memory that is free...and doesn't ever let it go. It seems to allocate .01MB-.02MB per swipe.
I am running the demo on a Nexus 5X running Android 6.0.1.
The text was updated successfully, but these errors were encountered: