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...
Prerequisites Make sure you know about the following topics. Basic Programming Open Source Git and GitHub Introduction What is open source? Open...
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...