android quiz application implementation -
iam working on android general quiz application,the application has 3 categories of questions physics,chemistry , maths. these topics further divided several sub topics(displayed in listview), physics again divided topics geophysics,astrophysics, solid state physics etc. each topics gives questions related topic. on clicking on topic gets screen has grid view question numbers , questions have answered in dark blue colour , not answered in light blue colour.on clicking grid element can directly move on specified question.the question has answers multiple choices.the user need choose of , indicate whether right or wrong.(and mark question attended).
but iam having doubts on areas of code:
1) how save questions,options...?(if has done using files please provide me sample codes thankyou)
2) questions , options show images how handle this..?(this happens in cases other times image has set null)
3) how can access questions ,options file in has been saved.(i need display images if present .
please reply
Comments
Post a Comment