Hi all,

Happy christmas to all.

I've 2 problems to solve to avoid manual activities management on
Android.

1) is it possible to start an activity launch by intent
synchronously ?
 i want be sure the sub  Activity is launched before the next code
instruction of the calling activity is played.

I've found startActivityForResult but it is not i'm looking for. I
don't want know any result of sub child but i want be sure the
onCreate method of the child activity is called before continuing. If
not i must move the code to the sub activity what i don't want to do.


2) how knowing which activity of my app is showed to the user without
keeping it manually in a variable in my app.


Without controlling these issues i have to control the views
manually  ... :( :( but i really prefer let the system doing it for
me ;)


Thanks for your help.

Croco

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to