0
Hello, My xml has several buttons as I do so that when I click a certain button press an arraylist in listview
example
Botão1 clicado -> arraylist<Perguntas> carrega na listview1
Botão2 clicado -> arraylist<Respostas> carrega na listview1
Botão3 clicado -> arraylist<Nulas> carrega na listview1
always using msm listview, I am currently doing this with various activitys created one for each button I think this is not a good practice.