Nowadays, You’ve noticed that many apps are using SwipeView patterns. Actually, they want to show off the major functionality of the app. For that, we use viewpager2. Using all of…
Dark Theme is available in Android 10 or higher. The dark theme applies to both system UI and apps running on the device. Dark Theme has many advantages. It can…
BottomAppBar is an extension of Toolbar. The BottomAppBar appears at the bottom of the app window. Bringing an action menu and navigation drawer to the bottom of an app, BottomAppBar…
Bottom Navigation stays at the bottom of the screen providing navigation between activities/fragments easily. It makes the user aware of the different screens available in the app features. The user…