Top "Navigation" questions

Navigation refers to the process of navigating a network of resources, and the user interface that is used to do so.

Android: Import DrawerLayout cannot be resolved

I'm trying to import the classes required to use the new "Navigation Drawer" from Android http://developer.android.com/design/…

java android layout navigation drawer
Angular2 Routing. The requested path contains undefined segment at index 1

I have a issue with routing in Angular 2. I call router.navigate from an action into a datatable. The rare …

angular routing webpack datatables navigation
How do I center my logo image to another div in CSS horizontally and vertically?

I need help positioning a logo horizontally center. It also needs to be centered vertically to the top of my …

html css navigation graphical-logo
Center Navbar in Twitter Bootstrap 2.0

Suppose we have the following markup for navigation bar using Twitter Bootstrap 2.0. <div class="navbar navbar-fixed-top"> <div …

css navigation twitter-bootstrap responsive-design centering
More than 1 rightBarButtonItem on navigation bar

I would like to have two rightBarButtonItems on navigation bar. One for Edit and the other for Add. Obviously I …

iphone navigation
Navigation Component: Cannot find NavController

I am using Navigation Component for navigating in my app. It works fine inside fragments but it fails to find …

android navigation android-jetpack
How to change inactive color on bottom navigation?

I can't change inactive color on my bottom navigation and this my xml <menu xmlns:android="http://schemas.android.…

android android-layout android-studio navigation
How to navigate with keyboard through <ul> <li> element

Possible Duplicate: KeyBoard Navigation for menu using jquery I created a menu using <ul> <li> tags …

jquery html css navigation contextmenu
Is there a way to invoke navigation from mobile browser?

I am developing a very small HTML5/javascript website to be openned by mobile browsers from devices like android / iphone. …

javascript android html google-maps navigation
Hide navigation drawer when user presses back button

I've followed Google's official developer tutorials here to create a navigation drawer. At the moment, everything works fine, except for …

android navigation navigation-drawer