Android: ListView item deselected after tap?

A item of a ListView doesn't stay selected when you touch it. The selection is only there for you to see, where your selection is when you use a keyboard/touchball Take a look in the ListViews of the settings (telefon info) there you can click on items and they don't stay selected.

A item of a ListView doesn't stay selected when you touch it. The selection is only there for you to see, where your selection is when you use a keyboard/touchball. Take a look in the ListViews of the settings (telefon info) there you can click on items and they don't stay selected...

Than you should check if the app really hangs inside... – WarrenFaith Feb 20 at 13:34 I just have a breakpoint and a call to super. – Echilon Feb 20 at 18:06 And when you step over the breakpoint, it just hangs? – WarrenFaith Feb 20 at 19:14 It looks like overriding both onListItemClick and onKeyDown was causing it to hang.

I needed to do super. OnListItemClick, then use the id to fire my method. – Echilon Feb 207 at 13:00.

I have a ListView with a pretty standard view for each row - an icon with two labels (source below). I can use the keyboard to select items (which stay selected), but if I tap an item it's selected then deselected. Should it not stay selected?

I've tried overriding the onKeyDown and onListItemClick events and just returning super. OnKeyDown, but then the app just hangs.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions