Questions tagged [navigation]

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

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

A navigation system is a (usually electronic) system that aids is navigation.

Navigation systems may be capable of:

  • containing maps, which may be displayed in human readable format via text or in a graphical format
  • determining a vehicle or vessel's location via sensors, maps or information from external sources
  • providing suggested directions to a human in charge of a vehicle or vessel via text or speech
  • providing directions directly to an autonomous vehicle such as a robotic probe or guided missile
  • providing information on nearby vehicles or vessels, or other hazards or obstacles
  • providing information on traffic conditions and suggesting alternative directions

Types of navigation systems

14678 questions
3
votes
1 answer

Is it possible to programmatically run navigation on Android Wear?

I am making an extension for my android app. I can get the notification to android wear without a problem with all the data I want. I have lat and long for every POI for which im sending a notification, and i want to add a feature "Navigate to"…
Simec2404
  • 47
  • 8
3
votes
0 answers

How to make zurb foundation off canvas menu fixed?

I have a fixed tab bar and the problem is when you scroll down the site and click the mobile menu icon you have to scroll back up to see the navigation. Does any one have a solution to this or an idea how to solve this?
Ingvi Jónasson
  • 730
  • 8
  • 27
3
votes
1 answer

Android Studio / IntelliJ better methods navigation in the structure tab

Is there a way to organize methods in the structure tab view? The standard possibilties are "sort by visibility" and "sort alphabetically" but I need a little bit more. I would like to create lists or sections like "pragma mark" such as in XCode.
Kroff
  • 61
  • 7
3
votes
2 answers

How to link listview items to different activities in android?

my name Adam, I followed this tutorial https://www.youtube.com/watch?v=rs4LW3GxOgE to create an navigation drawer, everything is working fine, as in, I am able to slide the drawer in and out. The problem I am having is, I want to link each item in…
Adam
  • 186
  • 1
  • 2
  • 13
3
votes
1 answer

SWRevealViewController not toggle

I'm trying to implement SWRevealViewController in a project without using storyboard. I think it's possible to do but i unfortunately failed. The button in the navigation bar does not perform the "revealToggle" action that is defined on him. So…
user3405644
  • 195
  • 1
  • 2
  • 11
3
votes
2 answers

Silverlight NavigationService Is Always Null

I read that a few people were having a problem with this so I wanted to post a (somewhat) elegant solution I came up with while trying to deal with this. The problem is when you create templated pages in Silverlight and the ContentControls do not…
Alan
  • 31
  • 1
  • 3
3
votes
3 answers

Start Android navigation for result

I am creating an app where I need to start the navigation app and then use the result (most importantly the driven distance). I am starting the navigation activity with startActivityForResult and using the scheme "google.navigation". Like…
3
votes
2 answers

Animating page navigation in WP 8.1 while the current page stays still

In WP 8.1 Store app, how can I change page animation upon navigating to another page within the frame such that the current page stays still while the new page is animating on top of it by moving from the top of the screen to the bottom? I'm…
Mark13426
  • 2,569
  • 6
  • 41
  • 75
3
votes
1 answer

JSF/PrimeFaces selectOneMenu change url parameter and redirect

I'm using JSF2 and PrimeFaces. How can I write selectOneMenu that would invoke JSF navigation to redirect user to the same page but with diferent parameters when he change option in menu? I only need to change color. From url:
xav56883728
  • 315
  • 1
  • 8
  • 20
3
votes
1 answer

Load items asynchronously to a ListView after navigation to Page Windows Phone 8.1

I have a Windows Phone 8.1 app in which I have a button that Navigates to PageTwo.xaml. In that PageTwo.xaml.cs, in the code behind I have something like this: string type = ""; protected override void OnNavigatedTo(NavigationEventArgs e) { …
Schrödinger's Box
  • 3,218
  • 1
  • 30
  • 51
3
votes
2 answers

3rd Level Centered Menu Dropdown Navigation Issue

I have a Centered, 3rd Level Navigation that is showing upon hover of the 2nd Level. What am I missing to keep it hidden until hovering over it directly? P.S. - I know the code would be cleaner with > in it as I've seen online, but not sure how to…
alondonb
  • 33
  • 3
3
votes
0 answers

Replace pannable world map image by Google Earth globe in Kinect sample

I need basic guidance on how to control Google Earth using Kinect Hand gestures instead of using mouse/keyboard navigation. I have ran Kinect Developer toolkit sample, and there is one named interactive gallery in C# that allows panning world map…
Faizan
  • 1,847
  • 8
  • 40
  • 63
3
votes
1 answer

Eclipse open all files in project

How can I open all source code files in a eclipse project at once? It takes too long to open all files in large projects by expanding out the packages and clicking on all the files. I would like to know how to do this so I can ctrl+e to classes…
user2097804
  • 1,122
  • 4
  • 13
  • 22
3
votes
5 answers

Navigation Drawer and with Activity in Android

I am trying out the navigation drawer (slide menu) given in this tutorial. The difference with above link and mine is that instead of calling fragments I am trying to call the activity. When the app opens I am not able to see the Navigation drawer…
3
votes
6 answers

Use a logo with SlickNav

I've been able to successfully implement SlickNav into my site using the suggested markup: %nav #logo = link_to 'index.html#top' do = image_tag "logo.png" %ul#menu %li = link_to "ONE", "#1" …
jkoler
  • 66
  • 1
  • 3