Closed sleidig closed 10 years ago
Currently the navigation drawer requires some xml to be copied into each activity layout. We should figure out how to do this in a cleaner way using Fragments.
Maybe this helps? http://developer.android.com/training/implementing-navigation/nav-drawer.html
we will keep using BaseActivity for now
Currently the navigation drawer requires some xml to be copied into each activity layout. We should figure out how to do this in a cleaner way using Fragments.