[android-developers] Re: Help with AlertDialog Needed

2012-01-16 Thread EstelKay
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

[android-developers] Re: Help with AlertDialog Needed

2012-01-13 Thread Glenn
Hi TreKing, Thanks for your reply. Cheers. Glenn On Jan 14, 1:17 am, TreKing treking...@gmail.com wrote: On Fri, Jan 13, 2012 at 4:16 AM, Glenn glennark...@gmail.com wrote: How can I get the name? Use the integer to index into the very list you passed to the AlertDialog to begin with.