After reading the enlightening excerpt from Mark Murphy's _The Busy Coder's Guide to Android Development_ at
http://commonsware.com/Android/excerpt.pdf, I believe that the Efficient Adapter's getView is the access point I was looking for. I'll post the code if I get it working. - Greg On Jul 25, 11:34 pm, greg <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

