This is a populating a listview on a fragment from a database:
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle saved
I solved it by moving the adapter and the getListview to onActivityCreated(...).
onCreateView just inflates and returns the layout.