[android-developers] Detecting exit and open of an app with multiple activities

2012-01-18 Thread TonyD
Hi All, Is there a proper way to detect when someone leaves your application (hits the home button or opens a new application from the notifications bar ... basically the app leaves the foreground) or when someone enters your application (after hitting the home button). I have multiple

[android-developers] Re: Detecting exit and open of an app with multiple activities

2012-01-18 Thread TonyD
app should not care when the user minimizes their browser window. With that in mind, what specifically are you trying to achieve? Why do you think that you need to worry about when users leave the app and return to the app. On Wed, Jan 18, 2012 at 5:05 PM, TonyD t...@evertrue.com wrote

[android-developers] Search Dialog below title bar

2011-08-18 Thread TonyD
Hi all, I am using the Search Dialog in my app and was wondering if it was possible to change where it renders. Right now it pops down from the notifications bar but this covers the custom title bar I am implementing. Is it possible to have the Search Dialog render directly below the title bar