Hey,
I am trying to free up memory space each time i exit a page. This is what I do,
1. Invalidate bitmap
2. Invalidate region
3. Invalidate sprite
4. Invalidate compositor
5. RunGarbageCollector()
But as NewManLiving suggested (in some other post, im posting this qn here, since that discussion is way out of my original question), I tried r2d2_bitmaps and found the memory is not actually released. And after few pages, my app crashes due to out of memory 😞
Whats worng here? NewManLiving or other Roku experts? Please help.