Android activity stack size problems? -


i have application lots of activities. many of these activities can start others, user's expected generate quite large activity stack.

i'm using default activity launch behaviours. know, if large activity stack (like > 100) pose problem? there limit this? decrease performance, cause anr dialog, or that?

thanks

android kill activities when needs to free memory or other resources. per activity lifecycle, , activity eligible killed no longer visible.

assuming correctly handle killing , restarting of activities, should fine.

as aside, struggle come use case user's perspective access > 100 activities in 1 app...


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -