How to create/make call button in Android Studio.

In this blog, we have to create a call button layout design, and Java backend code is also implemented in this project. So we have to start the step-wise design given below. 1st, we have to create the constraint layout code given below. 2nd, we have to create another constraint layout code given below. 3rd, … Read more

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

How to create a custom Navigation Drawer Menu in Android Studio.

1st, We have to create a string value and place it in the string.xml layout. 2nd, We have to create a color code for the Android application. 3rd, We have to create a navigation menu icon and drawable folder code given below: 3rd(A). dialog_background 3rd(B). ic_nav_menu_info 3rd(C). ic_nav_menu_more_apps 3rd(D). .ic_nav_menu_privacy_tip 3rd(E). .ic_nav_menu_security 3rd(F). .ic_nav_menu_star_half 3rd(G). … Read more

How to create a custom design fragments layout for a calendar app.

In this blog, we have to create all fragment layouts and also implement all possible custom icon designs in the calendar app. So, we have to follow some steps to make it easy and reduce your time when we are starting design. Fragment 01 Layout Design named Home. In this fragment, we have to create … Read more

How to create a Tab Layout in Calendar App in Android Studio.

In this blog, we have to create a tab layout with the help of a view pager in the calendar app with the platform android studio. So first we have to create a four fragments layout named OneFragment, TwoFragment, ThreeFragment, and FourFragment then we have to move further steps. And all fragments have different name … Read more

How to create a navigation drawer menu for the calendar app in android studio.

In this blog, we are going to create a navigation drawer menu for the calendar/any app. And we have to follow step by step method then we can create a navigation drawer menu successfully. Step-01 First, we have to create some string.xml code which is help to navigation system in an easy way. <!– Drawer … Read more

How to Create a Date Picker in ActionBar in Calendar App.

Android Studio में Calendar App के लिए Hindi भाषा में Date Picker कैसे बनाएं। इस एप्लिकेशन में, हम एक्शन बार में डेट पिकर बनाएंगे, इसलिए यदि आप कैलेंडर ऐप में वास्तविक तारीख दिखाना चाहते हैं, तो आपको इस ब्लॉग का अनुसरण करना होगा। जिससे आपको एक नए तरह के डिजाइन के बारे में बताया जा … Read more

× Chat Now