-1

I did a Listview with inflated rows from another layout. There you can add rows by inserting a name in an edit text pressing a button or you can delete a row by pressing the delete button on each row. The code is huge so I'm gonna explain the problem. When I add a row, it isn't displayed on screen until I toggle the keyboard. Anyone knows how to fix it?

  • This post appears to be [off-topic](http://stackoverflow.com/help/on-topic) as per *Questions that lack sufficient information to diagnose the problem.* Please edit your post accordingly to add sufficient detail (your code) so that people may help you. – yennsarah May 26 '16 at 07:48

1 Answers1

1

did you forget to call notifyDatasetChange() on the adapter ?

dumb_terminal
  • 1,815
  • 1
  • 16
  • 27