On Thu, Sep 15, 2011 at 8:21 AM, Build account <[email protected]>wrote:
> I mean that if there is the popup, but user touch beside popup where > the background activiti's area, > wanna get disappear the popup which I created. It hopely called > onStop() or so. > > Can you imagine that? Is it impossible? > Probably - detect the touch event on your Activity and if it's outside the bounds of the main view, finish() yourself. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

