Monday, May 10, 2010

Re: [android-developers] Go back to previous activity

On Mon, May 10, 2010 at 11:46 AM, pawan nimje <pawannimje@gmail.com> wrote:
hey Treking ... is there any way to find out the contents of Activity Stack ..

There should be a most recently used list somewhere - dig around the documentation (ApplicationInfo, Packagemanager, etc would be likely culprits).

i.e getting the name and position of Activities ... and den bringing forward any of the activities ..

You probably won't be able to directly access other activities to bring them to the front, though you could theoretically start those activities with the proper intent.

All this begs the question of why you want to do this anyway?

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

--
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

No comments:

Post a Comment