If It's a LoginDialog, then you should open it from your main Activity
with StartActivity*ForResult* and in LoginActivity you should set a
result before calling Finish() as described here:
http://stackoverflow.com/questions/10407159/android-how-to-manage-start-activity-for-result
Tamás
On 2012.09.26. 19:32, Jonathan Pryor wrote:
On Sep 26, 2012, at 10:59 AM, Sayed Arian Kooshesh <[email protected]> wrote:
excuse, me it's called
MoveTaskToBack
Rationale? Activity.MoveTaskToBack() keeps the Activity on the Activity stack,
meaning that if the user hits the Multitasking key in ICS, the Activity will still
be present & displayed as an app that can be switched to. If it shouldn't be
possible to move to that Activity again (e.g. it was a login dialog), then it
shouldn't appear in the activity stack at all, in which case Activity.Finish()
seems the saner solution, no?
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid