croninberg
Newbie
I'm building a tutorial application and part of it is to have some questions and answers at the end of each section, but was wondering how I'd go about storing the questions and answers. Like would I even need to bother storing the questions and answers in SQLite or SharedPreferences, as I can simply create all of the Questions objects without the need to first store them and then pull them back out again. I was thinking when the user inflates the questions activity I just call a method that creates a whole load of Question objects by hardcoding in the data.