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