How to add items dynamically in listview which is in left drawer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to add items dynamically in listview which is in left drawer

there is a listview in left drawer and a edittext and have to fetch string from the edit text and then add it to listview

2nd Apr 2017, 6:44 AM
Priyanka sundar
Priyanka sundar - avatar
1 Answer
0
Add the values in Arraylist and then set the adapter for listview using resources of Arraylist.
6th Apr 2017, 12:56 PM
Satish Singh
Satish Singh - avatar