I have been trying to get thumbnails to work with an AsyncTask for image files in a ListView.
I have been having the common problem of Row Recycling, and thus on scrolling t
you can try passing in ListView into your Adapter constructor from your activity (may be even into your async task depends how you want to implement it).
and compare the position using getFirstVisiblePosition() and getLastVisiblePosition() against your mPosition