Skip to content
Advertisement

Tag: task

Android: OutOfMemory error and the backstack

the following sheet represents the working flow in the application this question is about. I ran into problems with OutOfMemory Errors, mostly because users were able to switch from activity B to activity D multiple times (They are showing different content for every attempt), without the previous activity being destroyed. This led into a very large backstack resulting in an

Advertisement