Top "Navigation" questions

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

React Native - Device back button handling

I want to check if there are more than one screens are on stack when device back button is hit. …

react-native navigation back-button back react-native-android
Bootstrap collapsed menu not pushing content down when expanded

I am using Twitter Bootstrap to play around with the responsive side of a website. I am having a problem …

css twitter-bootstrap navigation responsive-design
Can you help me center a <ul> element with CSS?

I've been puzzling over something which ought to be very easy indeed, but after a fruitless three hours I've not …

css navigation html-lists center
WPF MVVM navigate views

I have a WPF application with multiple views. I want to switch from view 1 to view 2 and from there I …

c# wpf mvvm navigation
PushAsync is not supported globally on Android, please use a NavigationPage - Xamarin.Forms

I have the following method in an Xamarin.Forms.ContentPage wired to a button click event public class LoginPage : ContentPage { …

navigation xamarin xamarin.android xamarin.forms
Android ViewPager Prev/Next Button

Okay, so I'm developing an Android app that utilises a ViewPager to display pages. Within each page, I have a …

android button navigation android-viewpager
Android Navigation Drawer on top ActionBar

I'm trying to make the navigation drawer over the action bar when it was slide to the right like this …

android navigation android-actionbar drawer
Making a button in indesign go to a specific page in exported PDF

In InDesign I can define buttons and can add different actions to them. One of these actions is "go to …

pdf navigation adobe-indesign
Swift - How to dismiss all of view controllers to go back to root

I want a my app can go to a first view controller when every time users want it. So I …

ios swift uiviewcontroller navigation
What is the difference between redirect and navigation/forward and when to use what?

What is difference between a navigation in JSF FacesContext context = FacesContext.getCurrentInstance(); context.getApplication().getNavigationHandler().handleNavigation(context, null, url); and …

redirect jsf-2 navigation forward