below is the xml file i has to show name and total in textview which am
able to do ....but i has to show the Monthname in the list in next activity
where am struck...so plzzzzzz can any one give guindance on this .....





<NameAndMontotal>
<item>
<Name>Arjun</Name>
<Total>406</Total>
<Unit>$</Unit>
<item>

<Monthlist>
<item>
<Monthname>FEB</Monthname>
</item>
<Monthname>MAR</Monthname>
</item>
<item><Monthname>APRI</Monthname>
</item>
<item
<Monthname>MAY</Monthname>
</item>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to