Hi everybody,
I'have some problems with handling focus on listview. As you know, when user press up/down (or right/left) button the focus will change to another list item (see the attached picture).
My question is the following, how can I set the focus on a list item when user touch (click) it ?
I tried with the "requestFocus()", "setFocusable()" and "setFocusableOnTouch()" but nothing is working.
The problem seems to be liked of the fact that is a custom view (IconifiedText made with anddev tutorial).
Somebody can help me ?
Thanks in advance
Regards, Agent00