I want this : I am building a few screens where I will have questions like
1.The capital of India is
a. Delhi
b. Bangalore
c. Chennai
2. Are you sure?
a. Yes
b. No
Now how I want this is in one screen I want question 1, and on swiping (horizontal scroll) I should see question 2. And the options have to be radio buttons. As a Android noob I am aware I have to use Horizontal scroll, but I may have 100 such questions in a sqlite file: how do I do this dynamically? Once I call the activity, the 100 questions have to be read from the file, and I should have 100 such scrollable screens. Help, I am not able to find much on this on the android dev site, or here.