On Wed, Sep 15, 2010 at 10:40 AM, avigadl <[email protected]> wrote: > Any other ideas ?
Take some time to read the docs? It took less then a minute to find this: public void onWindowFocusChanged (boolean hasFocus) Since: API Level 1<http://developer.android.com/guide/appendix/api-levels.html#level1> Called when the current Window<http://developer.android.com/reference/android/view/Window.html>of the activity gains or loses focus. *This is the best indicator of whether this activity is visible to the user. * ------------------------------------------------------------------------------------------------- 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

