I want to slide through a gallery and for each image to get some details using an async task .
It is a simple View Pager the best solution or should I use fragments instead?
The async task should be called in instantiate item or to add a listener on page changed and add there ?