When you use the Gallery class, and view pictures on it, it 'snaps'. What method is called when this happens?
Based on my observation, this is what happens on getView() method of an Adapter
Thanks!
Problem solved. I used setOnItemSelectedListener and the method
public void onItemSelected(AdapterView<?> parent, View view, int position, long id)
is what I need