back stack - Maximum BackStack size in android -


i'm new 1 android development. need know maximum memory size of backstack in android
, want know how many activities of android application can stored in backstack

thanks

the maximum memory size of stack same amount of free memory on device. can keep throwing things on activity stack until outofmemoryexception.
check this


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -