Questions tagged [android-side-navigation]

Side navigation is a UI pattern that provides users quick shortcuts to the most important part of the application without having to leave the screen they are on.

Side navigation is a UI pattern that provides users quick shortcuts to the most important part of the application without having to leave the screen they are on.

Side navigation image

The side navigation replaces the much criticized dashboard pattern in the apps. The major criticism towards use of dashboards has been that it slows users down on their way to the app's content. Every time you launch the app you must first tap an icon to get where you want.

36 questions
0
votes
1 answer

Why does my Java object reference an old activity after orientation change?

Background: I have a FragmentActivity that uses a DrawerLayout. I created a class called NavDrawerManager to abstract out the code for dealing with the drawer layout. To construct this object, I need to pass in and keep a reference to an Activity. I…
0
votes
1 answer

Sidenavigation Which Highlights Which Part of Page is Viewed

I would like to create a sidenavigation bar simply for the different sections on one of my scroll intensive webpages. What I would like to do is have the navigation bar indicate which part of a site is being viewed. An example of this is…
etangins
  • 624
  • 3
  • 11
  • 23
0
votes
1 answer

General design questions about side navigation menus and fragments

I had a quick question about how to design my application. All I have now is a simple side navigation menu with a couple options. I understand how this works - the user clicks one, a fragment transaction occurs that replaces the content frame with…
0
votes
1 answer

Android: call requestLayout() after update v.layout parameter causes layout reverts back to it's original position

I have framelayout which contains two relative layouts, one is on top of the other. When user clicks a button, the one on the top move 80% off the screen to the right. Then one on the bottom becomes clickable. This is what it looks like. …
0
votes
1 answer

Android library for menu

I really love the new menus in the Android apps Spotify, YouTube, Google+ etc. And I would like to implement it in my apps. Is there a library or another solution to include it in an Android java project?
Andreas Olsson
  • 347
  • 4
  • 11
0
votes
2 answers

How to cleanly superpose ScrollableViews in Android

In order to implement a navigation bar ala Facebook I have the following layout configuration:
Amokrane Chentir
  • 29,907
  • 37
  • 114
  • 158
1 2
3