i am new in android development. Not able to understand navigation drawer activity. I am building the project in eclipse luna targeting api 19 and this activity implements NavigationDrawerFragment.
I am not able to find any link about this topic.
i am new in android development. Not able to understand navigation drawer activity. I am building the project in eclipse luna targeting api 19 and this activity implements NavigationDrawerFragment.
I am not able to find any link about this topic.
i will recommend you to use Android Studio. Eclipse ADT now has no support from Google. Recently i did this. And im satisfied
What is for about NavigationView it is now included in support library from Google.
it is rather simple to use. In xml use NavigationView inside DrawerLayout. Java code will be less difficult. Google is your helper for further questions ;)