ragavendran s wrote: > can any one tell how to display the List with an Image in the left side > of the view.......
One way is to extend your adapter and override getView() (for ArrayAdapter) or newView()/bindView() (for CursorAdapter). This free excerpt from one of my books describes the technique: http://commonsware.com/Android/excerpt.pdf -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

