Dany BREARD wrote: > Hi Mark > > Even if it's the same like what you said, I guess I have to make my > own getView(int position, View convertView, > ViewGroup parent) > > http://developer.android.com/intl/fr/guide/samples/ApiDemos/src/com/example/android/apis/view/List14.html > > Do you think its just possible to change severale thinks on the > List14.java or I Have to create my new own getView(...).
Implementing getView() is not that hard. Here is a link to an excerpt from one of my books that covers the process: http://commonsware.com/Android/excerpt.pdf -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 1.5 Programming Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

