After extending my app with new features, I am now looking for memory savings again to make it work on older devices.
Is there a way to limit parts of my source code and/or resources to the glance scope only?
For example, I'd like to write a simpler version of a class for glance mode, but don't want it to cost additional resources in foreground mode. And I have some image resources only used in glance mode.