Rhytham Negirhythamnegi.com·Nov 25, 2023Implementing a Navigation Drawer in Material 3 with Jetpack ComposeIn this article, we will discuss how to implement a navigation drawer in Material 3 using Jetpack Compose. The navigation drawer is a common UI pattern in Android applications, allowing users to navigate between different screens or destinations in t...1.2K readsMaterial Design
Love Otudorloveotudorcodes.hashnode.dev·Dec 24, 2020Implementing Navigation Architecture in Android - Part 2In the previous article, you implemented the navigation architecture component and enabled navigation to a different destination in the app. In this article, you will make the app look more meaningful by passing data from one fragment to another usin...Android Navigation
Love Otudorloveotudorcodes.hashnode.dev·Dec 12, 2020Implementing Navigation Architecture in Android - Part 1Before you begin, you should have: Basic understanding of Android development with Java. An Android IDE. I will be using Android Studio version 2.0 Migrated project to use AndroidX libraries. If you haven't done this yet, refer to this guide on ho...10 likesJava