Hello,
I need to write an app that downloads about 300 questions with multiple choice answers to each to use on my app. I also need to save them so it can be used offline. The questions with answers are stored on a ms sql database so I will have to call a .NET aspx page to return data to the mobile app. Is it best to save everything to a text file on the server first and then download the whole file? If so, what is the best way to save it? I will need to know what questions were answered wrong as I go through the quiz and remember where I left off at any time.
Thanks for your help!
Warren