In my program I get a number of strings from a remote SQL database using json. These items (strings) at the moment populate my Listview. I would like to put an edittext field in the listview if an item comes with both a string and an edittextfield. Later on I also want to save the text that is entered in the edittext field, so I need to be able to reference it. Can anyone help me out?
Share
You should create a view for the list as you like it to be, here is example.
home.xml
and one more xml which you have to inflate,
list.xml
in your activity use this method,