Maximum BackStack size in android

天大地大妈咪最大 提交于 2019-12-11 02:22:21

问题


I'm a new one to android development. I need to know the Maximum memory Size of BackStack in android
And i want to know How many activities of Android Application can be stored in BackStack

Thanks


回答1:


The maximum memory size of your back stack is the same as the amount of free memory on your device. You can keep throwing things on the activity stack until you get an OutOfMemoryException.
Check this



来源:https://stackoverflow.com/questions/16211279/maximum-backstack-size-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!