#kotlin
Read more stories on Hashnode
Articles with this tag
Create a class that notifies observe classes about the network connection and disconnection. /** * Internet Util class to observer connection. ...
When developers need to integrate push notifications in their Android apps, the first thing that comes to mind is Firebase Notifications or Firebase...
You can use the below extension to compare the given date to the current date fun isDateValid(myDate: String) : Boolean { try { val date =...