android - How to read and display Xml in ListView and TextView -


this xml type

  <category name="android">     <question><![cdata[what android?]]></question>     <answer><![cdata[android programming language.]]></answer>     <question><![cdata[what android?]]></question>     <answer><![cdata[android programming language.]]></answer>     </category>     <category name="c#">      </category>     <category name="sql">      </category> 

i want show category of listitem , when click on item textview show question , in second textbox show questions answer?, on button click show next question , answer, how read , need hint..... thanks


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -