how can i add an image header to my navigation drawer layout like this one
You can simply do it following this sample :
You will have your image added before the listview. You can manage your view like any other view.
Hope it will help you ;)