1 pages tagged with "Android"
Save memory with Android Fragment
January 01, 2019 - 226 words - 2 mins
This is not actually written on 2019. I just wish I did write this sooner.
I had an Android project where the navigation stack could hold a lot of Activitys. A user might open a post from
another post infinitely. I observed some OutOfMemory errors because the market was dominated by low-end devices…
read more