How to create recycler view UI layout in Android Studio.

In this blog, we are going to create a recycler view layout with the latest UI layout method which means we have a standard recycler view that includes one image, one title, and one description. 1st, we have to change the color system in the string.xml file. 2nd, we have to create a Shimmer Effect … Read more

How to create a custom recycler view in Android Studio.

First, we have to add Shimmer Effect dependency in the build.gradle file which is going to help to show animation view in Android Studio. 2nd, we have to implement card_bg.xml in a drawable folder which can help you to design the model_item.xml layout. 3rd, we have to create a custom model_item.xml layout with an item-wise … Read more

× Chat Now