Android Activity LifeCycle

Posted on Fri 18 July 2014 in J4A (Java for Android) • Tagged with Activity, Android, Lifecycle

Activity is the base class of an Android Activity (package android.app). An Activity represents a view to the user. For eg. When we open Messaging app to write a new message, it is an Activity. After writing the message, when we open contacts to select the person, it can …


Continue reading