Hi,
      This is how my xml looks like

<remarks>
            <offense>
                <violation>WITHOUT HELMET</violation>
                <rule>177-A</rule>
                <amnt>100</amnt>
                <date>26-3-2012</date>
                <place>chetpet signal</place>
            </offense>
            <offense>
                <violation>USING CELLULAR PHONE WHILE DRIVING(H)</violation>
                <rule>177-H</rule>
                <amnt>1000</amnt>
                <date>20-3-2012 </date>
                <place>Tnagar signal </place>
            </offense>
        </remarks>

On Monday, March 26, 2012 3:03:38 PM UTC+5:30, vivek elangovan wrote:
>
> hi members,
>                     I am having two activities in my project, In my Ist 
> activity i m getting two values from my loop (for eg : Violation : WITHOUT 
> HELMET and Violation : USING CELLULAR PHONE WHILE DRIVING(H) ) using 
> putExtra i am passing these values to my IInd activity,what i need to 
> display here is like this :
>
> violation : WITHOUT HELMET
> place : some place
>
> Violation : USING CELLULAR PHONE WHILE DRIVING(H)
> place : some place
>

-- 
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