Android studio has these blank activity navigation examples - Swipe Views (ViewPager) and Navigation Drawer.
My goal is to make an application which has both of these navigation types to traverse the collection of data.
Example
The most basic example of the wanted behavior would be an application containing 15 articles. When the application is opened user sees the first article. Then the user can either open the Navigation Drawer and select on of the articles OR use swipe to go to the next article.
Any ideas or examples are welcome.
Background
I am building an app for Android 4.0+