Questions tagged as 'navigation-drawer'

0
answers

How to increase the space between items in a navigation drawer?

DevelopinganapplicationIsawthatindeviceswithhigherresolutiontheitemsgetveryclosetogether,Iwantpracticality,thisishowmobileapplicationsshouldbe,nobuttonstoosmall,thismakestheuser'slifedifficult,asyoucanseeinthephotonordoesitseemtohavelittlesospa...
asked by 19.07.2017 / 03:08
0
answers

Button in action bar to open navigation drawer

Well, I'm making an application that uses the navigation drawer. From android 5.1 the "hamburguer" button in the action bar works, and when you click it the navigation drawer opens. But I tested now on the mobile with android 4.2 and the...
asked by 05.06.2017 / 19:01
0
answers

Use Service to continue the operation of the player when it changes class [closed]

I want to use for when changing Fragment continue to run the audio and when it returns to class! isPlaying continue to appear the requested pause. How do I do this with the Service? import android.app.Fragment; import android.content.Context;...
asked by 28.12.2015 / 23:09
1
answer

Disable second click on NavigationDrawer

I am developing an application, which contains one menu drawer , however, I'm a multitoque problem, ie when the user selects an item, and quickly selects again, it keeps drawer aberto . I would like that when the user selec...
asked by 23.02.2015 / 13:39
2
answers

Navigation Drawer

Good evening, I have a problem that I can not solve. I used an adapter to make a list of items, but "item 1" is under the bar (will understand looking at the photo). But I do not know how to solve it. I will pass the code from my navigation....
asked by 28.04.2016 / 07:29
1
answer

Error inflating class android.support.design.widget.NavigationView Android NavigationView

Good evening everyone!    I'm trying to create an application with navigationView pwla the first time and I'm encountering problems at the time of the setContentView call (R.layout.activity_main); the application consists of the activity main ca...
asked by 31.08.2017 / 03:25
2
answers

Cancel AsyncTask when choosing another menu item with Navigation Drawer

The Problem I'm developing an app that has a side navigation menu ( Navigation Drawer ) as shown in the figure below. Uploading some items from this menu requires an Internet request. Here everything works perfectly. When the m...
asked by 04.09.2015 / 13:15
1
answer

Kotlin - R.string.navigation_drawer_open, Not being imported?

I'm trying to learn Kotlin, but, I'm not able to use navigation_drawer_open , nor navigation_drawer_close , as the attached image demonstrates Would anyone give me a hint of what to do to fix the problem?     
asked by 08.01.2018 / 23:08
1
answer

Open the app with navigation open. How can I do this implementation in my code?

I have the following code: headerNavigationLeft = new AccountHeader() .withActivity(this) .withCompactStyle(false) .withThreeSmallProfileImages(true) .withHeaderBackground(R.drawable.navi...
asked by 30.10.2016 / 17:11
1
answer

How to put the Navigation Drawer menu under the Action Bar?

Hello, I started a new project with the default Navigation Drawer, a standard Android project, it comes with the menu that goes over the Action Bar, like this: I would like it to look like the image below:     
asked by 26.05.2016 / 20:35