Skip to main content
The 2024 Developer Survey results are live! See the results

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.

android-side-navigation
0 votes
0 answers
42 views

Why does three same activity behave differently to the same function?

I have three DrawerLayout for three Activity. These activities are mostly same (layouts are copy past). Let's call them as activity 1, activity 2, activity 3. activity 1 can start activity 2, activity ...
Muhammed Aydogan's user avatar
1 vote
1 answer
382 views

actionBarDrawerToggle.setDrawerIndicatorEnabled(false) back arrow has no action

I use a navigation drawer, which I want to disable for inner Fragments. I used following code to setup the drawer: private void initSideMenu() { actionBarDrawerToggle = new ...
Gerke's user avatar
  • 956
0 votes
1 answer
132 views

Want to add Bottom and Side navigation in one activity but How?

I want to add Bottom navigation and Side navigation drawer in one activity like LinkedIn. I tried to add bottom navigation to the navigation drawer activity but unsuccessful as navigationListener of ...
taniya Y's user avatar
1 vote
0 answers
211 views

How can I change spannable string background color with match parent

I want to change background color of textView with match parent instead of text length in spannable string in android side navigation menu... How can I achieve this? Below is my code: MenuItem ...
Jameel Ahamed's user avatar
1 vote
1 answer
185 views

Can not update user Display name utill I log out and login again in firebase

I have a text view in my nav header which I want to update when user updates its display name. Profile gets updates successfully but textview in nav header does not get updated util i log out and ...
Anant Pundir's user avatar
2 votes
1 answer
470 views

Back button is not available when teversing application page from side navigation menu in ionic 2

I am developing an ionic 2 mobile application, i found when i visit a page through side navigation panel it does not providing the auto generated back button on the particular page, while when i am ...
supriya chauhan's user avatar
0 votes
2 answers
767 views

How to hide a certain activity's action bar while maintaining the navigation bar?

I'm developing an application with a side navigation menu. In my activities, the action bar of the activity I'm loading overlays the action bar with the side navigation menu. Even though the side ...
BlackExS's user avatar
1 vote
2 answers
110 views

Refresh or Update the listadapter from a fragment in android eclipse

I have a MainActivity with some fragments to run when click on side navigation menu. In the side navigation menu there is a item Called Number of SMS that shall be updated as soon as in the other ...
Faraz Nassajian's user avatar
0 votes
2 answers
3k views

Android inflating a Navigation view in drawer layout giving exception

I am trying to implement a slide menu in android with navigation drawer. But it is giving me an exception at the point of inflating the navigation view. Why am I getting this exception? Here is ...
vipul bansal's user avatar
0 votes
1 answer
113 views

Android - Adding side navigator from template

I have an existing app to which I would like to add a side navigator. I realized that Android SDK provides a template for that (by adding side navigation drawer activity from the Add menu) but not ...
Gil404's user avatar
  • 721
0 votes
1 answer
159 views

Android: Error inflating fragment with map in drawerlayout

I have app that has map in the second menu in drawerlayout. When i try to inflate the fragment with map the app crashes. Following is the code: if (rootView != null) { ViewGroup parent = (...
Najeebullah Shah's user avatar
0 votes
1 answer
1k views

How to access navigate to side navigation menu items(Fragments) programatically?

I'm trying to access the side navigation drawer items from the code as a response to click event from other fragment items in the side navigation drawer. Google hasn't helped so far. EDIT : Further ...
RmK's user avatar
  • 1,418
2 votes
0 answers
267 views

Loading image from url in side navigation drawer

I'm trying to achieve a Google+ like side navigation drawer with profile pic loaded from the facebook id. All's well except the image doesn't load inside the side navigation drawer. I've tried ...
RmK's user avatar
  • 1,418
0 votes
1 answer
277 views

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 ...
dennisdrew's user avatar
  • 4,399
1 vote
2 answers
483 views

How can I switch between activities in Android using Sidebar?

I am trying to work with android Sidebar first time. I have successfully implemented sidebar on my Main Activity but I want sidebar in my all other activities. Is there any solution for it?? or Do I ...
Ronak Vala's user avatar

15 30 50 per page