Dany BREARD wrote: > I want to know if its possible to make a listview (text+icon) on a > class extends Activity and not on a class extends ListActivity.
Yes. You will need to call findViewById() to get your ListView, rather than call getListView(). Similarly, there will be minor changes if you want to be notified when the user clicks or selects an item in the list. Otherwise, it should be the same. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

