[android-developers] Listview append with new element on RUNTIME

2010-04-07 Thread Károly Holczhauser
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 ?

Re: [android-developers] Listview append with new element on RUNTIME

2010-04-07 Thread Mark Murphy
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