I\'m trying to create a DialogFragment that shows a dialog with a custom ListView inside.
public class MultiSelectDialogCustom extends DialogFragment {
what I forgot was:
view.setAdapter(adapter);
after I added that the code worked