Can your fragments handle low memory recreates?
Did you know that the Android OS can destroy your activities and fragments when it deems fit, usually when device memory is running low? Is your code equipped to handle the scenario where an activity containing a fragment gets destroyed and…