Jetpack component Preference DataStore in android

3 years ago

Hello everyone, In this article we will learn about the new Jetpack component DataStore for storing the data like shared… Read More

Why View Binding need to use in android?

4 years ago

As for making screen in android app development, we need to write a xml inside the res layout folder of… Read More

How to get all the images from the internal or external storage in android 10?

5 years ago

As we can see every new version of android released, Google has made a few changes in terms of security… Read More

Why R8 for code shrinking instead of Proguard in android studio

5 years ago

As an android developer, we have seen many changes for building the code and generating the dex file to make… Read More

Automatic Signed the android release APK by using keystore from build.gradle of android studio

5 years ago

As an android developer, we faced many challenges to build and deploy the app to the market. Here I am… Read More

Android JetPack WorkManager for background services

5 years ago

As we all know that Android Jetpack is the great feature given by Android Team. I have explained some of… Read More

Exploring Android Jetpack Paging Library

5 years ago

As we know Google has announced the new Jetpack feature for android application development. I have explained a few of… Read More

Android Jetpack BottomNavigationView to navigate by NavigationUI

5 years ago

Last year Google has introduced a nice feature for navigation UI to make the fragment transition smooth and simpler. As… Read More

Use custom fonts and downloadable google font for android studio

5 years ago

As we all know that Google had made our life so simple for using the custom font in the android… Read More

Android Instrumentation Test with Espresso UI, Koin and Room

5 years ago

Testing, testing, and testing, these words every developer has heard and created the fear behind that. As a developer most… Read More