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

Active navigation with jQuery - can't apply a default class to anchor

I am currently trying to make a navigation-menu where an active-class is applied to the anchors whose href attributes that match the current URL, so I can style that anchor in a way that makes it stand out from the rest of the menu. This is my…
timkl
  • 3,299
  • 12
  • 57
  • 71
3
votes
3 answers

Hide specific navigation items based on non-local IP address condition php wordpress

For a work extranet website i have a website that's fully accessible on premises. The website is now also fully accessible from outside as well. There are however some level 1 nav items with sub menu items that are confidential, and should only be…
user3191748
  • 33
  • 1
  • 4
3
votes
1 answer

Meteor-Ionic: Sidemenu buttons disappear on click

I'm trying to use the meteor ionic lib (https://github.com/meteoric/meteor-ionic) for my application. I figured out how to add the left side menu. But whenever I navigate to another page, the upper left nav button and center title disappear. …
postelrich
  • 3,274
  • 5
  • 38
  • 65
3
votes
2 answers

Help with PHP recursive navigation list menu

I am trying to add a dynamic recursive navigation list menu to a site of am working on. The scenerio is that the menu has 2 levels related by a parentid(preid). My issue is that I can display the 1st level list correctly, however I cannot get the…
Jason
  • 4,899
  • 12
  • 47
  • 56
3
votes
3 answers

Android Backstack with Nested/Child Fragments

I've got a problem with the way backstack of nested Fragments and would be most grateful for any help that is offered. I have Fragment A and Fragment B. Fragment A contains an other Fragment (ButtonFragment). In the onCreate of the Activity I load…
3
votes
1 answer

Nav Drawer Home Button does not open drawer after opening another activity and going back

I have a particular situation where, I have a parent Activity which extends ActionBarActivity in that Activity I declare and initialize my DrawerLayout with all the boiler plate code for implementing a Navigation Drawer Then to save time I created…
AndyRoid
  • 5,062
  • 8
  • 38
  • 73
3
votes
2 answers

ANDROID: Simple Up Navigation Not Working

Up Navigation in Android is not working. All I want it to do is go back. However everytime I click the back button it closes the app. I followed android developer. My error log doesnt even say anthing useful so I have no idea why this is happening.…
anu
  • 703
  • 1
  • 10
  • 19
3
votes
1 answer

ViewWillAppear & ViewDidAppear firing when dismissing ViewController

I am making an iOS app where I want to present a flow of pages like this: Basically I want to achieve is to have this flow of pages: PageA PageB PageC PageD, dismiss back to: PageC PageD PageE, dismiss back to: PageA (starting point, start over…
user2624732
3
votes
0 answers

Integrate turn by turn Voice navigation in android application

I want to integrate turn by turn navigation in my android application. But like in Google maps and navigation, there should be voice output to guide the user to turn, keep walking straight, etc from src to destination. Is this possible ? If yes,…
P.T.
  • 31
  • 2
3
votes
1 answer

Which is the correct design pattern for navigation?

I have an application which collects data from a user through a series of screens. On each screen there is a next button. On each screen there is a back button. However the screens aren't always sequential and linear. For example if payment has…
Exitos
  • 29,230
  • 38
  • 123
  • 178
3
votes
4 answers

How to close navigation drawer immediately after an item is pressed?

I'm using navigation drawer working fine, but it closing slowly after an item is pressed. This happens if next activity has a extra code in oncreate method otherwise working properly.. So please help to solve this
RAVI VAGHELA
  • 877
  • 1
  • 10
  • 12
3
votes
3 answers

Navigation Drawer with Multiple activities. - NullPointerException

I am developing my mobile application through Android Studio. My application's launcher activity is a SplashScreen. The SplashScreen with Intent navigates to my HomeActivity. I tried the code from this blog, so that I can have a navigation drawer…
3
votes
0 answers

Google Maps API Navigation Event Listener (turn Left etc.)

i want to extract the events of a turn-by-turn navigation in google maps in my own app. How do i expose the Google Maps API functionalities that i am able to get an event listener for example the events turn left or right. I'm fine to embed GMaps in…
v3r0x
  • 39
  • 2
3
votes
2 answers

Handle Up navigation from Action Bar like Back navigation. How?

How can I handle a Up navigation like a Back navigation? Is there a method for the Up navigation like for the Back navigation (onBackPressed())? Or can I programm the finish() method, when I press the Up navigation?
Megaetron
  • 1,154
  • 2
  • 15
  • 29
3
votes
2 answers

Does rails have a previous_path/url?

If not, is there a gem I can install that lets me do something like: <%=h link_to "Back", previous_path %> ???
aarona
  • 35,986
  • 41
  • 138
  • 186