How to combine lists in an Android quiz app -


so i'm making quiz show app school (android), , planning user can select, using checklist, chapters wants quizzed on.

using 1 list per chapter, easy make quiz chapter, let's check boxes chapter 3,4 , 6. how combine lists questions app have quiz questions in chapters.

i planning have around 15 chapters, 15 checkboxes 15c14 possibilites of ways of choosing chapters. how put in programming language shows questions of ticked chapters?

also, there way randomize questions in list when put out questions?

karan,

it looks want using mergecursor shown here: http://developer.android.com/reference/android/database/mergecursor.html

you can use combined checked chapters single cursor use adapter display single list.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -