[android-developers] confusion about activity?
Hi,
There is one activity class called BaseActivity.java.
There are other 2 activities called childactivity1 and childactivity2.
Now childActivity1 extends BaseActivity and childActivity2 extends
BaseActivity
My problem is that i am calling childactivity2 from childactivity1
and finishes childactivity1 so onResume(childactivity2) is called
before onDestroy(childactivity1) called and it gives unable to resume
activity.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home