I have an edit-text for date, and I am setting today's date as default date programmatically by, and I am opening a date-picker when focus changes, So here date-picker is opening when user opens the fragment, but I want to close it for the first time, How to achieve that?. Help me
date.setText(dateFormatter.format(new Date()));