Questions tagged [drawer]

753 questions
0
votes
1 answer

Android Studio "NavigationDrawer": How to implement a basic GoogleMap?

I have to learn, but for YOU it is simple: I created a simple basic NavigationDrawer-app with Android Studio (the offered NavigationDrawer you can choose when creating a new app). My question: How (or where) can I put my GoogleMap-fragment? Can I…
0
votes
0 answers

Prevent navigation drawer toggle from sliding to the left when opening (Material)

How can I prevent the navigation drawer toggle from sliding to the left / right when opening / closing the navigation drawer? -> Like Material mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout, …
Made by FA
  • 710
  • 2
  • 7
  • 27
0
votes
1 answer

logout not working with navigation drawer

logout with navigation drawer. i have some trouble in my code. logout is working, but before go to the loginactivity , i get unfortunately stopped hope someone can solve my problem. thx logcat showed error on line 128 & 175 i have command in line…
Derry Susilo
  • 35
  • 2
  • 9
0
votes
0 answers

Make navigation drawer toggle like new GApps

How can I make the navigation drawer look like the one of the new materialized GApps? Thanks!
Made by FA
  • 710
  • 2
  • 7
  • 27
0
votes
1 answer

Android NavigationDrawer API <11

I have the NavigationDrawer with minSDK11 and Theme.Holo, and with Fragments using the ActionBar. Now I would like to extend my application even for devices with API <11, without having to make the application again. What better way? Thanks
user3608814
  • 561
  • 1
  • 8
  • 23
0
votes
1 answer

Own typeface in a navigation drawer

In my NavigationDrawerFragment.java I have set the Navigation drawer text to be set to a certain typeface. But the typeface only gets set to the first item of the navigation drawer! How can I fix this? Here's my NavigationDrawerFragment.java: public…
Made by FA
  • 710
  • 2
  • 7
  • 27
0
votes
0 answers

Trying to set a custom typeface in navigation drawer

I want to set a custom typeface in the navigation drawer, already searched the problem and didn't find any solution... Here's my NavigationDrawerAdapter.java where I want to set the custom typeface: I also already tried NavigationDrawerFragment.java…
Made by FA
  • 710
  • 2
  • 7
  • 27
0
votes
1 answer

SupportMapFragment to Navigation Drawer

Can anyone tell me if I can add this particular example given here http://androidtrainningcenter.blogspot.com/2013/03/google-maps-android-api-v2-mapfragment.html to navigation drawer? Any Suggetion if how can i do that if it is possible?
Emmalyn Abache
  • 41
  • 1
  • 1
  • 5
0
votes
1 answer

How to not to highlight navigation drawer indicator when pressed

Is there a way to not to highlight the navigation drawer indicator and the logo when pressed. I use: showHome|useLogo. I performed this action for the actionbar items with in my styles.xml:
Fran Palomares
  • 134
  • 1
  • 8
0
votes
0 answers

How can I put three fragments in one fragment?

I have a nav drawer set up. I have been using fragments for all of my views and everything works great. My problem is that in one of the fragments I would like to put three other fragments with a listview in each one. I have done a lot of research…
bp974
  • 31
  • 6
0
votes
1 answer

Android fragment & activity?

I create a simple app with navigation drawer, this is the code of drawer: public class NavigationDrawerFragment extends Fragment { private static final String STATE_SELECTED_POSITION = "selected_navigation_drawer_position"; private static…
francesco.venica
  • 1,703
  • 2
  • 19
  • 54
0
votes
1 answer

Android: How to make layout Base stick to the bottom

I have 2 layouts in one file, one is hidden and should only appear when a button is clicked. I used an animation but i cant seem to get the hidden layout to stick to the bottom of the main view. Any help? these are the…
1baga
  • 340
  • 4
  • 16
0
votes
1 answer

Trunks.js Drawer Menu

Can someone point me to a nice drawer menu with jquery tutorial. I am trying to use a Trunk.js plugin which is very nice, but i ran into a problem. If i place the slider into body content it scolls on top of the fixed nav-bar rather than underneath…
Mareks
  • 135
  • 1
  • 2
  • 12
0
votes
2 answers

Android Navigation Drawer unable to setText in a Fragment from MainActivity

I am trying to put GPS coordinates on TextView of a Fragment from MainActivity but I can not figure out how to do this. I have: MainActivity.java LocationFragment.java I want to update an TextView in LocationFragment from MainActivity's…
0
votes
1 answer

How Active search on DrawerList?

I create a DrawerLayout and it have a EditText above of ListView for search on ListView . How i can active search on DrawerLayout now ?
A.A
  • 1,138
  • 1
  • 16
  • 29