> I don't know why this is becoming such a problem for me when it seems
> like it should be relatively easy.
> I have an activity A that starts a new activity B with startActivity.
> A has a process running while B is up and when that process is done I
> want A to call finish() on B. If anybody could help me out that would
> be great.

Why have Activity B? Why not keep it all in Activity A?

For example, if you are trying to do a progress indicator, use a
ProgressDialog, or ProgressBar, or a progress indicator in the title bar,
or an animated ImageView, in Activity A.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to