My xml has several buttons how do I when I click on a particular button load an arraylist in the listview
example
Button1 clicked -> arraylist <Questions> loads in listview1
Button2 clicked -> arraylist <Replies> loads in listview1
Button3 clicked -> arraylist <Null> loads in listview1
using the same listview, I'm currently doing this with several activitys created one for each button I think this is not a good practice.