Monday, May 15, 2017

Android Material Date picker Dialog

May 15, 2017
datePicker-min
Welcome to this post. In this post, we are going to create a material date picker. Date picker Dialog helps you to pick the date for your application. If you have an option for user pick their date then you can use it. This popup in your layout. SO it's won't take place on your layout. In this post, we learn about how we can use Date picker Dialog and pick our date. Ok, let's started. First,...
Read More

Android Material Time Picker Dialog

May 15, 2017
timePicker-min
Time picker Dialog helps you to pick the time for your application. If you have an option for user pick their time then you can use it. This popup in your layout. SO it's won't take place on your layout. In this post, we learn about how we can use time picker Dialog and pick our time. First, you need to create a class name here TimePickerFragment and extend to DialogFragment and implement TimePickerDialog.OnTimeSetListener ok,...
Read More

Saturday, May 13, 2017

Android Custom Dialog with Material Design

May 13, 2017
dialog-min
Hello, reader. Welcome to my blog. How about your day? In this post, we will make a custom dialog with user input option. we also use material edit text. Edit text has a floating hint option. we can use it on login option or feedback option. But I am using for feedback option. So we are going to add a custom dialog so we have to add a layout file. Our dialog will show exactly what we will...
Read More