DatePicker Dialog | Android Studio | Java

Опубликовано: 01 Октябрь 2024
на канале: Atif Pervaiz
35,487
243

This Tutorial is about :
DatePicker Dialog [Choosing a Date from a Dialog Pop-Up]
Pick Date from calendar

Buy Me a Coffee: https://paypal.me/atifsayings

Fix Issue: Change the third parameter to year and the fifth parameter to day
e.g.
FROM:
...}, day, month, year);
dpd.show();
TO:
...}, year, month, day);
dpd.show();

Feel free to comment in case of any problem

Chanel:
   / mohammadatif1  
Websites:
https://technifysoft.com/
https://devofandroid.blogspot.com
Apps/Games on PlayStore:
https://play.google.com/store/apps/de...

If u like this video, Like, Comment, Subscribe to support us...