I have this vector: Vector<MyVenue> v = new Vector<MyVenue>(); MyVenue extends another Class that Extends View. I am adding elements to the Vector with v.add(curVenue);
All of these new elements in the Vector get added to the screen and I need to be able to register clicks on the elements but I cannot figure out the appropriate way or area within my classes to do so. Thanks in advance for any thoughts you have! KC -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en