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...
Writing Tests for different components that go in production is really important specially when the app has a large user base. How we can define a...
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...