tags:

views:

26

answers:

1

I would like to access xml data which contains Questions ans there 4 objective type answers and I want to access them in 5 textViews which access each question and there related answer on every next button click. its like an online examination.

A: 

It seems that you need to parse XML, right? Here is something that might help.

Asahi