Beginning Android 4 App Development "Activity"
I'm a newbie. I am learning about activity life cycle.
I followed the example in the book, I imported the code and it works fine. However, when I follow the steps to display in Log Cat the event are working as shown in the book up to the point where at step 6 going to step 7 the problem occurs. I receive on Destroy(), when I should not, according to the book. I'm using Android 4 application Development pages 38-40. I can not figure out why the Activity is destroyed. Can some one help. I am moving on in my studies but would like to make the corrects to get the proper results from the example code so my learning will be spot on. THANKS HELP
|