For sliding through pages, you will have to implement ViewPager class (
ViewPager | Android Developers)
For the quote, prev button and next button, you will have to define the layout in XML file.
After defining the layout, you will have to wire up the buttons in your code, and set the on click listeners on the buttons to perform the desired actions.
If you're new to Android and Java, I don't think any of my words made sense to you.
So, for a beginner, I would recommend learning Java (I used Head First Java and The Java Programming Language) and then Android.
To learn Android programming, a good place to start would be the Android developers page, where you can use the training and API guides to learn Android programming.
Android Programming: The Big Nerd Ranch Guide is also a great book for learning Android. It also trains you to build a basic quiz app, which is very similar to what you're looking for.
Hope that helps
