Recent content by entertainscape

  1. E

    Dev Options->Don't Keep Activities

    An Activity is name for Android OS process running in memory. Sometimes, like when the phone is tilted, the code has to "tear down" the Activity and rebuild it because the new orientation might use different resources. In a way, this is almost like closing and re-opening an application. So...