You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This post is improvements to the previous posts discussed on customization of navigation drawer and highlighting specific row of expandable listview. Since there are few comments regarding the highlight of expandable list view post, thought to show with new post using custom navigation drawer. But how can we see the highlight of the expandable l…
In this sample Navigation architecture component is used for navigating from source to destination by using jetpack navigation library and handle the navigation drawer and deep linking is also implemented and safe guard library is used to pass the arguments from one screen to another screen and argument is also received in deep linking using que…
Android Application using JAVA which have a Navigation Drawer along with four different fragments and two activities. This App navigates the user to the desired fragment/activity, which the uses chooses.
It works like google navigation drawer, but the only difference in Google Drawer, navigation drawer overlaps the screen, but using this navigation drawer the complete screen slides down to left/right.