Android Activity Life Cycle

An Activity represents a single screen with a user interface like a form or page in web designing. Android applications can have more than one activity. In fact, more complex application usually have one activity for each UI screen implementation.

Read More