I have a listview which will update fine only when a button is pressed. When the button is pressed, the listener calls a method which applies a new arrayadapter and the changes are shown.
However if I call the method without the invoke of a button, nothing happens until the fragment's lifecycle refreshes.