I have an application in which I ask a General Knowledge question. Each question is a TextView and solutions are shown as choices (4 buttons).
Though I am still designing, I was wondering if there is a way to move from 1 TextView (the question) to the next. Though, it is possible to transit from 1 activity to another (each activity becomes a question and an answer), but I am sure there might be a better way to do that.
Instead of creating a new activity for each, why not use Fragments?