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 回答1: 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