in my app  when i click a button it goes on to a url and it returns back an
xml file. The xml file recieved is opened in a new activity called B as a
list view. The xml file is as follows
<Search>
      <Searchdata>
              <id>1</id>
              <First_name>Raj</First_name>
              <Last_name>Kan</Last_name>
              <latitude>38</latitude>
              <longitude>129</longitude>
              <Datebirth>Apr 15, 2011</Datebirth>
             <image>
http://demo.greatinnovus.com/restingspot/img/add_photo.png</image>
      </Searchdata>
      <Searchdata>
               <id>2</id>
               <First_name>R</First_name>
               <Last_name>R</Last_name>
               <latitude>37</latitude>
               <longitude>122</longitude>
               <Datebirth>Apr 15, 2011</Datebirth>
               <image>
http://demo.greatinnovus.com/restingspot/img/add_photo.png</image>
      </Searchdata>
<Search>

>From this xml file i am listing out all the first name's in activity B. When
i click on any of the first name i am moving on to a new activity C where i
want to display the last name,dob of the selected first name. In activity C
i have a button image. When i click on it i am moving to a new activity D
where i want to show the image of the selected first name.

How to do this, please help me.........

-- 
Siva Shankar K

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

Reply via email to