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