#android
Read more stories on Hashnode
Articles with this tag
Machine Coding LLD Android - MVVM-Hilt-Retrofit · In this blog we will create a basic mvvm application where user will fetch some data from the api and...
In this article, we will understand the Singleton class, the pros and cons of using Singleton, and finally, the ways of writing a Singleton class in...
Kotlin offers unique types that can be quite different from what developers are used to in Java. In this blog, we will explore three such types: Any,...
An Android File downloader library based on WorkManager with pause and resume support · About Ketch Ketch is simple, powerful, customisable file...
In this article, we will investigate the Kotlin inline function in detail and come to a conclusion on when and why to use the inline function. What...
What are Broadcast Receivers? Broadcast Receiver is one of the component in Android that enable apps to listen for and respond to broadcast messages...