Hi Glen,
a workaround seems to have an array where the array index of the players is 
the same as the index of the player in your list view. So you can access 
the array with the player id you get from your alert.

Probably there's a better way to do that maybe this can help you 
http://developer.android.com/reference/android/widget/AdapterView.html#getItemAtPosition%28int%29
  
<http://developer.android.com/reference/android/widget/AdapterView.html#getItemAtPosition%28int%29>I
 
haven't tried it yet but seems to give you an object probably with an text 
attribute or sth. else 

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