Refering to the scrollview examples where bitmap images are added sequentially to the scrollview, if a user were to scroll down the bitmap images and tap one is it possible to detect which bitmap was tapped?
I don't remember the exact details of this example. However you can catch the ImageView click event of all ImageViews and then use Sender keyword to find the one that raised the event. The Tag property can also be useful in this case.
See this tutorial: Basic4android Search: Array Of Views