public static TimerDialogFragment NewInstance(Context actContext) { context = actContext; TimerDialogFragment fragment = new TimerDialogFragment(); fragment.Arguments = new Bundle(); return(fragment); }
private void openTimerDialog() { TimerDialogFragment timerDialog = TimerDialogFragment.NewInstance(this); startDialogFragment(timerDialog); }