> Hi all ! > > Guys we need some help with the following task: > > My problem, I would like to append newer element to the list, but on > runtime. So if the user click on the "APPEND" button, a new element should > be arrive at the end of the list. Can anybody give some solution or some > tutorial for it ?
You should read up on ListAdapter. Once you choose your adapter class (ArrayAdapter, CursorAdapter, etc.), that will determine how you will handle your "APPEND button". -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer 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 To unsubscribe, reply using "remove me" as the subject.

