Thanks for your input! Inbetween when I posted this and when I checked it again I ended up doing something similiar to what kookamonga did.
After I read your post Mark, I added the implements OnItemClickListener to my activity and was able to do just as you said! This is exactly what I was looking for. So my next question is, in your opinions, what would be the better way to structure this? 1.) having my activity implement the OnItemClickListener 2.) creating an embedded class inside my activity that implements the OnItemClickListener I think I over estimated my ability to jump right into this without learning a bit more about the java language. Thanks again! -- 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

