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
2 answers

How to treat navigation in mobile applications?

We all go Back, but never go Forward? I'm working on a new project with the just released Xamarin.Forms and I have hit a wall in my development process. The goal of the application is to give a user advise on a subject called X. In order to give the…
MichielDeRouter
  • 426
  • 4
  • 21
3
votes
2 answers

API/SDK to integrate turn by turn navigation in iOS app

do you know a sdk / API which I can integrate a complete turn by turn navigation in my app? is there such a thing?
Meins
  • 145
  • 1
  • 12
3
votes
3 answers

Execute a function just after the view loads, iphone

I am creating a tabbar application. One of the tabs is for an rss feed, which is a navigation application. but when i click the tab bat button, it is taking a while to load the view of that tab. It is because the application is waiting for the feed…
Nithin
  • 6,435
  • 5
  • 43
  • 56
3
votes
2 answers

How to launch activity from Navigation Drawer?

So I've searched allot about navigation drawers here, and when I was pointed to a tutorial from an answer in another persons question. I did so. I successfully managed to create and style the nav drawer to my liking. But now I've been searching…
Robin
  • 577
  • 1
  • 7
  • 13
3
votes
0 answers

Cordova delete page from navigation history

I'm having a bit of a problem here. I'm making a cordova app, which has a navigation menu. If the user navigates like this: -> page one -> page two -> page one there will be 2 pages in the history, including an instance of the page one (which is…
seugnimod
  • 64
  • 1
  • 9
3
votes
1 answer

NavigationService in universal app

I created a Windows Phone 8.1 project in which I used the following code in different pats of the code: if (this.NavigationService.CanGoBack) { this.NavigationService.RemoveBackEntry(); } I tried porting this code to a universal app, and I get…
Eric Santos
  • 244
  • 3
  • 10
3
votes
2 answers

Jquery - Show/Hide - always goes up the page on click

I am using the JQuery show/hide functionality in a form (generated with php) In this form, there are 10 hidden elements, and every time the user click on an "add another" link, it displays the next hidden element, and my footer goes down with it. So…
Pierre
  • 4,976
  • 12
  • 54
  • 76
3
votes
1 answer

Best method for true drill-down navigation in Navigation Drawer

I know EXACTLY what I want to do, but am new to android programming. I have gone through countless tutorials and searched everywhere, but cannot find any code examples of how to use multiple listviews (or other method, if there's a better way) in…
3
votes
3 answers

CSS: Make only side menu scrollable

EXAMPLE is here http://jsfiddle.net/zsSrZ/ The page itself is unscrollable and so is the content in #container but I can't figure out how to make the side navigation scrollable. In the example I have overfilled #menu with li's so it spills off the…
Christopher Reid
  • 4,318
  • 3
  • 35
  • 74
3
votes
3 answers

Create dropdown-menu with javascript

This has been ask many times here, but I couldn't find a understandable solution for my code. I want to create a mobile show/hide dropdown menu. My code goes like:
3
votes
3 answers

WPF ListView Keyboard Navigation Problem

I've a listview like this ListView: ————----- Mango Orange Grapes Grapes Grapes Apple Strawberry Whenever i navigate using downarrow, the BlueHighlight pauses at the first Grapes, a dotted rectangle start from second grapes and pauses…
Amsakanna
  • 12,254
  • 8
  • 46
  • 58
3
votes
2 answers

How to select a class's last element for each occurrence of the class in jQuery

I have a menu with 2 submenus. I want to target the last li a element in each menu at once and I would like it to be dynamic so if another submenu is added it would find and target its last li a element. I would like to do with without added any…
floor
  • 1,519
  • 11
  • 24
3
votes
4 answers

Address bar input vs. Link

Is there a way to interrogate a request to determine the method of navigation ? (using a LAMP configuration, PHP) In other words... I would like to know whether the entry was hand typed into the address bar, or a link/bookmark was used.
eleete
  • 86
  • 6
3
votes
2 answers

SharePoint QuickLaunch and TopNavigationBar dissapearing

I am completely puzzled with this: I have a custom SharePoint site with QuickLaunch on the left and Top Navigation Bar (which are of course visible by default). This custom site has several sub-sites, which all inherit navigation from the root…
Gylo
  • 61
  • 2
  • 3
3
votes
1 answer

CakePHP dynamic menu content in layout

What I'm trying to do is to put two dynamic navigation menus in my CakePHP layout (default.ctp). The main menu should have multiple levels (with a dropdown functionality). The secondary menu is the one that shows the dropdown content of the main…
Sam
  • 472
  • 1
  • 8
  • 19