I have ListView which as one TextView in each Row. and im discovering some upnp devices in the network, once discovered i have to add the name of the discovered device into the List. My question is how to update the List Dynamically.so anyone Please help me.
thank u.
Just update the List/ArrayList you’re using as your list adapter’s data source, and call
notifyDataSetChanged()on your ListView.