codelab-android-navigation icon indicating copy to clipboard operation
codelab-android-navigation copied to clipboard

Results 31 codelab-android-navigation issues
Sort by recently updated
recently updated
newest added

1. How to apply animated transitions to destinations launched from any MenuItems of any Menus like "**overflow_menu.xml**", "**main_menu.xml**", "**bottom_nav_menu.xml**", "**nav_drawer_menu.xml**" (_as in this codelab_) by leveraging this Navigation component? 2....

The **HomeFragment** and **DeepLinkFragment** are treated as Top-level destinations, while the **FlowStepFragment**, **SettingsFragment** and the Fragment for **Shopping Cart** are **NOT** being treated as Top-level destinations. Irrespective of how they...

In the code lab section 7 (https://codelabs.developers.google.com/codelabs/android-navigation/#6) notice bellow first code snippet says > The actions are nested within the destination - this is the destination you will navigate from...

I think that the item id is settingsFragment

In the 10th chapter in the **Add a Deep Link** part 2 **DeepLinkAppWidgetProvider** There is the code snipped : `args.putString("myarg", "From Widget");` semicolon should be removed : `args.putString("myarg", "From Widget")`

Kotlin is great in reducing boilerplate code, so it makes no sense to use findViewById in the code samples. Kotlin synthetic does the job instead.

Hi, If anyone is looking for a Java implementation, please check my repo: https://github.com/yuanbo07/android-navigation-java