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 =...
Skills For Before Starting To Work Self-awareness and self-exploration to choose the right life goals for yourself Figuring out and deciding on your...
Don't let ViewModels know about Android framework classes. (A general rule of thumb is to make sure there are not(android.) imports in your...