So, I have a class that implements ListActivity, and it loads up a a list of turns for turn-by-turn navigation.
Essentially I want to decorate the item that is the next waypoint in the list, and when you arrive, de-decorate and decorate the next waypoint in the list. So, I have been noodling this, but haven't figured out how to do this yet. I know I can call setSelected(int) to say which item is the current one, but I don't see how I can get the view associated with the currently selected item. I don't think getView is right since I am not populating the ListView. Any ideas? -- 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

