Is this possible other than using only one layout and choosing which views in it to make visible and invisible based on a flag? Since you have to specify a layout in the constructor of the array adapter, I see this as the only way?
For example, say I want to have an editable text box and button in the first row of the listview, then have just a textview in the remaining rows.
Thanks for any help.
For example, say I want to have an editable text box and button in the first row of the listview, then have just a textview in the remaining rows.
Thanks for any help.