Top "Drawertoggle" questions

How to implement DrawerArrowToggle from Android appcompat v7 21 library

So now that Android 5.0 was released i was wondering how to implement the animated actionbar icons. This library here implements …

android android-actionbar android-5.0-lollipop android-appcompat drawertoggle
How to detect that the DrawerLayout started opening?

So I have tabs that I want to hide when the Navigation Drawer starts opening. The code I have hides …

android navigation-drawer drawerlayout drawertoggle
How animate Burger to Arrow with Appcompat v7 21, Toolbar and DrawerLayout

I am using the android.support.v7.widget.Toolbar with a android.support.v4.widget.DrawerLayout. It works fine, the …

android toolbar android-appcompat drawerlayout drawertoggle
Android support Toolbar + ActionBarDrawerToggle not changing to arrow

I'm struggling with the toolbar and drawer. I'm trying to make the burger switch to arrow when I'm adding a …

android navigation-drawer toolbar drawertoggle
Drawer like Google material design for iOS

I'd like to implement navigation drawer like Uber into iOS(swift). I'm going to achieve it by using a library, …

ios material-design navigation-drawer drawertoggle
Action Bar Drawer Toggle Custom Icon

I'm trying to use the action bar drawer toggle, but I would like it to display something more than just …

android android-actionbar drawertoggle
ActionBarDrawerToggle() icon cannot be set to the ActionBar in Android SDK 5

I have a simple problem with initializing my icon for my action bar. I am using Android SDK 5 and since …

java android android-actionbar drawertoggle