[android-developers] Re: Restoring focus to ListView

2010-01-15 Thread Zsolt Vasvari
> Then you are probably doing something something wrong. This should not happen. > Not exactly sure what I could be doing wrong. It's really pretty simple stuff -- a plain vanilla Cursor backed ListView and a pop-up Activity. I use the trackball to navigate through the list -- I can see the oran

Re: [android-developers] Re: Restoring focus to ListView

2010-01-15 Thread Romain Guy
> I wonder if this behavior should be defeatable. No. No. No. No. > Currently, if the user navigates then clicks the ListView using the > trackball and then hits the back button from the pop-up Activity > without ever touching the screen, the system behaves as if there had > been a touch.  In my

[android-developers] Re: Restoring focus to ListView

2010-01-14 Thread Zsolt Vasvari
Ok, thanks for your response. I wonder if this behavior should be defeatable. Currently, if the user navigates then clicks the ListView using the trackball and then hits the back button from the pop-up Activity without ever touching the screen, the system behaves as if there had been a touch. In