We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I am trying to open a dialog from the activity but it crashed everytime.please help.
i have initiated like this
public class TaskStatus extends FragmentActivity implements OnClickListener,OnDateSetListener{ { calendar = Calendar.getInstance(); datePickerDialog = DatePickerDialog.newInstance(TaskStatus.this, calendar.get(Calendar.YEAR), calendar.get(Calendar.MONTH), calendar.get(Calendar.DAY_OF_MONTH), true);
and on click event i have written code as below
datePickerDialog.setVibrate(true); datePickerDialog.setYearRange(1985, 2028); datePickerDialog.setCloseOnSingleTapDay(true); datePickerDialog.show(getSupportFragmentManager(), "datepicker");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I am trying to open a dialog from the activity but it crashed everytime.please help.
i have initiated like this
public class TaskStatus extends FragmentActivity implements OnClickListener,OnDateSetListener{
{
calendar = Calendar.getInstance();
datePickerDialog = DatePickerDialog.newInstance(TaskStatus.this, calendar.get(Calendar.YEAR), calendar.get(Calendar.MONTH), calendar.get(Calendar.DAY_OF_MONTH), true);
and on click event i have written code as below
datePickerDialog.setVibrate(true);
datePickerDialog.setYearRange(1985, 2028);
datePickerDialog.setCloseOnSingleTapDay(true);
datePickerDialog.show(getSupportFragmentManager(), "datepicker");
The text was updated successfully, but these errors were encountered: