Get text from listview onclick (Android)

Posted by dweebsonduty on Stack Overflow See other posts from Stack Overflow or by dweebsonduty
Published on 2010-05-24T21:03:48Z Indexed on 2010/05/24 21:11 UTC
Read the original article Hit count: 435

Filed under:
|

I am creating lists in my android app and would like to capture the text of the list item that is clicked but I want to do it in a seperate function so I only have to write the code once. And I want to be able to compare the string to another sting.

What is the best way to do this?

© Stack Overflow or respective owner

Related posts about android

Related posts about listview