The next few posts will be spent creating a question and answer system for an android device. I will cover the underlying data structures used to serve questions to the calling application on an Android device.
These structures will include:
QandA - This is the class the user will use to create the question and answer list.
QuestionQueue - This structure will hold the actual queue of questions.
QuestionNode - Will serve as a node in the QuestionQueue
Question - The question and answer text and information.
First stop, the Question class. Stay tuned.
No comments:
Post a Comment