Take a look at the Fitbit application Play Store. It has a navigation drawer and the Dashboard item is swipable (basically you can swipe from today to yesterday, to the day before, etc.). My question, how can this be done?
I've read that it's recommended to use the navigation drawer with fragemnts. So if Dashboard is a fragment, how can we swipe that fragment left and right to change views? Is each date just a different view?