Hi,
If you have implemented list view.You might have implemented your custom adapter in it.
make a global variable. Add text box item in your getView method.
And if do not have custom adapter.Then make a loop and you must have some array or list kind of thing where values for textboxes are stored. Use them and add them before lading and display it on clcik of button. SIMPLE
