PatilShreyas/MaterialNavigationView-Android

OnClick open activity

Closed this issue · 2 comments

i've already clone this repo and open it on android studio, works well
but if i want to use activity instead of fragment when onclick navigation item, how to do that ?

Thank's

@rowjak You can use NavigationView.OnNavigationItemSelectedListener. See this for more information.

ooke thank you very much, it works,