Can anyone explain or suggest a tutorial to dynamically create a ListView
in android?
Here are my requirements:
- I should be able to dynamically add new elements by pressing a button.
- Should be simple enough to understand (possibly without any performance improvements or convertView, for instance)
I know there are quite a few questions on this topic, but I couldn’t find any that answer my question.