Although I'm not yet quite fully comfortable with Java or Eclipse, I thought by using the SDK ApiDemos Views/Lists/14. Efficient Adapter sample code as a starting point and the 'Modifying an Existing View Type' instructions at <SDK>/docs/guide/topics/ui/custom- components.html, I might be able to make an extended ListView search for, scroll to, and underline user entered text.
The problem is, I don't see an onDraw() method to override in the ListView or BaseAdapter classes. How should I get access to the Canvas of the ListView items? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

