Navigation drawer - Header View with ListView
I'm currently creating and defining a navigation drawer. I want now a header view, like their on the google apps, above the item rows. I only found examples with RecyclerViews, and i dont want to use it. I have all finished with a ListView and all other stuff. Maybe someone can help me :) Thanks in advance You can create NavigationView using android design support library without having pain to create listview or RecyclerView, its all created by android. To add it to your project you need to add the android design support library to your project, add below line in build.gradle compile 'com