This is my first experience with android. I\'m trying to add items to my ListView. I use Tabs, and the only way to see that the item was added is to change tab and then come
public OnClickListener moreListener = new OnClickListener() { @Override public void onClick(View v) { adapter.add("aaaa") } }