#android
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...
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...