Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created March 28, 2017 09:58
Embed
What would you like to do?
public void showDatePickerDialog(View v) {
DialogFragment newFragment = new DatePickerFragment();
newFragment.show(getSupportFragmentManager(), "datePicker");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment