#android
Read more stories on Hashnode
Articles with this tag
After reading the official documentation of AlarmManager, I found it a little hard to understand. This is my attempt to simplify it and explain things...
This article is for someone who wants to write tests for the business logic inside their Worker classes that use Assisted Dependency...
If you are making network requests in your android app then I am pretty sure that you must be using Retrofit to do that. While Retrofit just makes...
from .java/.kt to .apk ยท When Learning any Technology it's really important to know the process/steps which take place to convert the written code( High...