Like all of us, you need to just start coding to get a feel for the various layouts and how they work. Without knowing what your quiz questions are going to look like, I've found the most flexible features for quiz like apps is using a table in a relative layout. If your quiz is multiple choice, then the format:
Question A. Answer B. Answer C. Answer is easy to implement with a table. Write some simple code and give it a try. If your questions are generated on the fly, you can still code up a simple question using XML to get a feel before programming the actual results. On Apr 2, 10:44 am, Makrand <[email protected]> wrote: > Hello > I am a android beginner, now i am going to design a Quiz application > for android I am very confuse about which layout i should use for > Quiz. My requirement is when user touch the answer , the next question > will appear on same screen and at the end of quiz the web view will be > generated as a result page. > > Right now i don't have in depth knowledge of Layouts and switching the > view when user clicks on Answers. > > Please help me at least suggest me Which layout i use. all types of > suggestions are welcome:) > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

