#android
Read more stories on Hashnode
Articles with this tag
Let me introduce the fancy new LMODroid update we made for y'all. LMODroid is a free and open-source AOSP fork, providing optionally de-googled...
Introduction You may come across a requirement in your app to store some configuration (not that big to use Room). For example, the previous UI mode -...
Introduction Imagine you are building a super cool android app! You want to share it with your friends so you have to generate a signed version APK...
All of us use the android navigation component in our project to navigate from one screen to another easily. In some cases, you may need to navigate...
It is a continuous part of our previous article about Dependency Injection with Hilt. Please check it if you haven't yet. Let's see some common 'How...
Basics What is Dependency Injection? Consider this example, you are an Android Developer who drinks coffee. To drink coffee, you need a cup (of course...