November 9th, 2011, 10:48 AM
|
#3 (permalink)
|
|
Junior Member
Join Date: Oct 2011
Posts: 21
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Thanks CompBoy. I've created a TableView which is built by looping through my ksoap web service response and programatically creates the rows in Java. I can add an event listener so that if I click on a row it changes the background color, however is there any way to assign the individual cell values from the selected row to variables when it is clicked?
As essentially I need to select a row and then be able to click a button so that the values from the selected row are passed over to a new intent.
Hope that makes sense!?
|
|
|