Posts by Moyses Duarte • 11 points
2 posts
-
0
votes1
answer32
viewsA: How to use newFragment.show()?
I got! The correct code: public void secionarData(View view) { DialogFragment dialogo = new DatePickerFragment(); dialogo.show(this.getFragmentManager(), "Date Picker"); }…
-
1
votes1
answer32
viewsQ: How to use newFragment.show()?
I’m having trouble displaying a calendar after clicking on a button. Does not recognize the newFragment.show(); public void secionarData(View view) { DialogFragment dialogo = new…