deepeweb.github.io

Android Advanced UI Components in Hindi

Time and Date Picker:

DatePickerDialog का basic code example:

DatePickerDialog datePickerDialog = new DatePickerDialog(this,
    (view, year, month, dayOfMonth) -> {
        // यहाँ date मिलने के बाद क्या करना है वो लिखते हैं
    }, 2025, 4, 6);  
datePickerDialog.show();

TimePickerDialog का basic code example:

TimePickerDialog timePickerDialog = new TimePickerDialog(this,
    (view, hourOfDay, minute) -> {
        // यहाँ time मिलने के बाद क्या करना है वो लिखते हैं
    }, 12, 30, true);  
timePickerDialog.show();


ListView


GridView


CardView


RecycleView




Request

अगर आपको यह article useful या interesting लगा हो, तो please इसे अपने dosto aur family ke साथ जरूर share करें। आपका एक छोटा सा कदम हमें और अच्छा content बनाने के लिए motivate करता है। Thank you!

ध्यान दें कि इस page पर आपको कुछ ads भी देखने को मिल सकते हैं। इसके लिए हम आपसे माफी चाहते हैं। हम इस content को तैयार करने में काफी मेहनत और time लगाते हैं, ताकि आपको valuable जानकारी मिल सके। इन्हीं ads की मदद से हम ये काम continue कर पाते हैं।

आपके support और understanding के लिए दिल से धन्यवाद।





Ad
Ad


Ad
Ad

Follow Us

Facebook Logo    Instagram Logo