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

Android Activity lifecycle (Code) & Debugging using LogCat (Android Part – 8)

Posted on Thu 17 July 2014 in J4A (Java for Android) • Tagged with Android, Debugging, Lifecycle

Hello Geeks, hope you have read the previous article and are clear with the theoretical concepts of an Android Activity and its Lifecycle. Now we will create a code for the same to see what all methods are called in which cases. This code is similar to what you might …


Continue reading