i\'m trying to make (for learning purposes) my own implementation of a simple AdapterView where items comes from an basic Adapter (ImageAdapter from sdk samples).
Ac
I am playing around with something similar and i am using onItem*Selected*Listener which may be more what you are looking for.