i set up a TagActivity that has 4 tags, each tag sets the content of a large tableView that holds about 15 textViews
Im trying to find a way to get the tag info aswell as the textView info as a return String now i can basicly compare all of the 60 ids one by one, but it seems too long. is there any other way? there was no getText from the selected view, and i cant do much with the id unless i compare it to the r.id so how can i know which textView i'v clicked? -- 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

