Android: getView method of custom adapter not called
问题 I've searched through a lot of other answer for the same problem, but didn't found any solution that works for me. The problem, as the title says, is that the getView method from my custom adapter doesn't get called. Here's the code (first the fragment): public class CategoryListFragment extends ListFragment implements NewCategoryDialogListener { private GestoreAttivitaDbHelper mDbHelper; private CategoryListAdapter mAdapter; @Override public void onActivityCreated(Bundle savedInstanceState)