I want to show datepicker popup window. I have found some examples but i am not getting it properly. I have one edittext and i want that when i click on edittext the datepicker dialog should popup and after setting …
I want my DatePicker and the button to be invisible in the begining. And when I press my magic button I want to setVisibility(View.Visible);
The problem here is when I setVisibility(View.GONE) or setVisibility(View.INVISIBLE) nothing …
I'm developing an app that requires user to select date(dd/mm/yyyy).
I want to show a dialog box with DatePicker on button click.
once date is selected it must show in EditText.
I'm using Android Studio 2.2, project with …