App navigation
Adding navigation library to project
Add following code to project level build.gradle file
Project-level build.gradle
In the layout of main activity or home activity add following
MainActivity.java
now create a navigation.xml under resources folder. Open design and add your first fragment as destination. While creating fragments make sure to uncheck create layout file, include fragment factory methods, include interface callbacks.
Code to navigate using onClickListener
get arguments
Last updated
Was this helpful?