Yasir Tahir
Yasir Tahir
I'm facing the same issue. The socket is working fine on Emulator but it's not working on real device. Can someone please comment if the issue is fixed?
I'm testing the latest implementation on Emulator and it's working fine. But when I'm sending the complied APK to testing team, the socket updates aren't coming. Unfortunately, I don't have...
You can set the Max Date (In your case, it will be today), so that all the dates after the max date will be disable for selection. dialog.setMaxDate(Calendar.getInstance()); // This...
Any updates on this?
I think @hawkraph is right. You can put validation once the User click OK button in the onDateSet method. Within this callback method, you can put any type of validation...