Hi,

      I have added data to list view by BaseAdapter. When I explore
the view(up/down), there is a highlight on the focused item. But Now,
I am wondering whether there is a way to highlight the focused item by
the code? any api?
The reason I need this behavior is when I click the item in the list
view, I will go to another screen and when I jump back from this other
screen, I need the previous list view as it was; additionally, in the
new screen, I can adjust the selected item which should be showed
focused when I am back to list view.

       It seems that ListView().setSelection will make the selected
item come first on the list view but it couldn't make it highlighted.

Thanks a lot for any suggestion.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to