Creating a Quiz wizard on Android -
i'm new android , need on how create quiz layout app.
i have quiz object list of questions. each question has type can be: single line, single choice, multiple choice, yesno, truefalse.
i've been doing research , i've found there couple of ui components might me:
viewpager
viewflipper
viewswitcher
so planning on creating template each question type , load them dynamically each question in quiz.
any ideas?
you need checkboxes, lists. depending on type of question, design individual views/fragments.
each answer list element. look, how lists inflated using adapter. design list element seperately.
if have fixed , limited length of answers, can make static layout answer possibilities. each type there should 1 layout xml-file.
Comments
Post a Comment