Questions tagged [drawer]
753 questions
0
votes
2 answers
Multipe List views in Drawer layout in Android
I am using a custom list view to display data in my app, Then i tried to add navigation drawer
Clicks on drawer layout doesnt work. It end up opening the custom list view as it is behind the drawer list view. Drawer list view never gets focus, Even…
0
votes
3 answers
Android navigation drawer screenshot
I implemented a screenshot function triggered by an item in my navigation drawer. It works fine, but I want to make an screenshot of the whole page I see without the navigation drawer at that moment.
I used the layout suggested in the google…

Journeycorner
- 2,474
- 3
- 19
- 43
0
votes
1 answer
Refresh Fragment after loading it
So I've recently got into Android programming and for a while I've been struggling with this problem. I use navigation drawer and got some fragments attached to it. But whenever I switch tabs/fragments, all variables are reset and I have to manually…

CrazyMuffin
- 46
- 5
0
votes
1 answer
Menu only inflates onResume the Activity
I have an activity with NavigationDrawerFragment, shown here:
NavigationDrawerFragment.java
/**
* Fragment used for managing interactions for and presentation of a navigation drawer.
* See the

Maurício Giordano
- 3,116
- 4
- 32
- 60
0
votes
2 answers
navigation drawer on different views
If I create a navigation drawer without nothing, it works perfectly.
If i.e. I call
setContentView(R.layout.screen_one);
for to show another screen, the navigation drawer doesn't work anymore. I press the button on the action bar but nothing to…

Boris Karloff
- 1,190
- 12
- 20
0
votes
0 answers
Android left to right slide drawer
Hi I am working with android.I need to create a slider drawer in my app.I had searched a lot for to create a left to right slide drawer as in the image.I want a smooth transition on swiping the handle button.How Can I create a left to right sliding…

Maxwell
- 552
- 2
- 5
- 20
0
votes
1 answer
Best practices for creating android drawer
I'd like to use Drawer in my application that uses different views like TextView or multiple ListViews. I want to have similar Drawer like Gmail or Feedly apps:
However I couln't find any example of how to do this in code and XML layout. One of…

milanseitler
- 765
- 1
- 7
- 21
0
votes
1 answer
Navigation Drawer color
So, newbie here starting app development. I created an app with a Navigation Drawer with several fragments.
The NavDraw has a black background and I want the selected fragment to have a red background (to indicate what fragment is being shown).…

surubutna
- 87
- 2
- 7
0
votes
1 answer
Titanium nl.fokkezb.drawer change statusbarstyle
How I can change the status bar style of the drawer? I put this code in my index.tss file but doesn't work...
"#drawer": {
openDrawerGestureMode: "OPEN_MODE_ALL",
closeDrawerGestureMode: "CLOSE_MODE_MARGIN",
leftDrawerWidth: 200,
…

CandelSR
- 21
- 5
0
votes
1 answer
Drawer widget Titanium alloy
I'm new in Titanium and I want to put a Drawer Widget but the Widget doesn't appears. Soemeone con tell me why and the solution? Thanks.
Here is my classes:
index.xml

CandelSR
- 21
- 5
0
votes
2 answers
How to load dynamic contents to slider drawer in android?
Hi I had created an android app which contains a slider drawer.I want to add dynamic contents to slider drawer(load image,text from server etc )when app runs .Is it possible?? please help me and thanks :)

Bennett
- 73
- 9
0
votes
2 answers
Android Navigation Drawer with multiple activites
I'm trying to to use a Navigation Drawer with a few activites and no fragments. I read me through a few answers here and ended up in this and I'v got the same Problem as the user Dediqated, here is my Code:
BaseActivity.java:
import…

user3488420
- 23
- 3
0
votes
0 answers
NPE in Navigation Drawer
I am getting Null Pointer Exception while making a call to class containing NavigationDrawer(MainActivity.java) from my login.class through intent.In my login class I am performing a login check and after that I am calling the class containing the…

WannaBeGeek
- 979
- 14
- 32
0
votes
2 answers
Add menudrawer (external library) to Android Studio 0.5.2
I decided to download android studio because of pretty good look and popularity. First problem i met is adding external library. Most tutorials are for older versions. Things i did:
Created 'libraries' directory and put THIS library inside
Inside…

Stramek
- 305
- 1
- 3
- 14
0
votes
1 answer
White Toggle Button on NavigationDrawer
I've developed a navigation drawer for my app, but the toggle button is shown in white. This is my image for the button
And this is how it is shown on my app
Does anyone know why this happends?

aloj
- 3,194
- 7
- 27
- 38