Jetpack component Preference DataStore in android

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

2 years ago

Why View Binding need to use in android?

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

3 years ago

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

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

4 years ago

Why R8 for code shrinking instead of Proguard in android studio

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

4 years ago

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

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

4 years ago

Android JetPack WorkManager for background services

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

5 years ago

Exploring Android Jetpack Paging Library

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

5 years ago

Android Jetpack BottomNavigationView to navigate by NavigationUI

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

5 years ago

Use custom fonts and downloadable google font for android studio

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

5 years ago

Android Instrumentation Test with Espresso UI, Koin and Room

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

5 years ago