Using the NavigationComponent with a drawer, is there a way to programmatically show or hide some destinations? I have a module that should be in the Navigation Drawer, but not for everyone; only those users who have paid for the feature.
e
emmax
05/08/2020, 8:11 PM
Hi Steve I would use the same mechanism you would with navigation drawers in general. You can set the appropriate menu resource to use programmatically based on some variable, directly from your fragment of activity instead of your xml layout file.