-2

I am developing a Quiz application. I need to store the questions and answers(options) some where in the app so that I can fill the TextView's RadioButton's in a Activity Dynamically. How can I store such data and Access it to fill my Activity.

I am not sure about the concept. Please suggest the best way to do this.

Ajay Sivan
  • 2,807
  • 2
  • 32
  • 57

1 Answers1

1

you can use shared preferences to save local data, to check it in file folders manner you can use DDMS. You can also use SQLite.

Jahnavi Nandamuri
  • 431
  • 1
  • 6
  • 9