Hi,
Is there any way I can see what the ID is of the button pressed in the listener? If so, can I call the same listener for multiple buttons? In the listener I just want to get the ID of the button and then load another scene. The ID will be used for it somewhere else. I am placing about 20 image buttons on a scrollView control and will let the user click one of the images to select. I need to save the ID of the button so I can use it somewhere else in the app. I hate to add 20 listeners but will if I need to
Thanks!!
Warren