Yea, learn about the Adapter you are using with your list. You can Adapter.add() items to the adapter and then Adapter.notifyDataSetChanged()
On Apr 7, 6:58 am, "Mark Murphy" <mmur...@commonsware.com> wrote: > > 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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com 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.