Custom number picker inside fragment
问题 Please, help me with using NumberPicker from https://github.com/SimonVT/android-numberpicker. I have fragment inside which I have button. After clicking button I want to show my number picker (as a pop-up, not new screen). So what I did: I created NumberPickerCustomDialog public class NumberPickerCustomDialog extends DialogFragment { Context context; @Override public Dialog onCreateDialog(Bundle savedInstanceState) { // get context context = getActivity().getApplicationContext(); // make