So, I formulated my question in the header of topic. My task is the updating textview's of ListView.
Thanks a lot!
So, I formulated my question in the header of topic. My task is the updating textview's of ListView.
Thanks a lot!
To update the list use list.notifyDataSetChanged();, and to add items just add them to your items list that you feed into the adapter