I Saw your tutorial #27 Android SlidingTabLayout With Icons: Android Tutorials.
My tab Strip looks like :
A | B | C => where A,B,C are images.
For the second Tab "B" I have 3 sets of images img1, img2, img3.
Based on certain condition I want to change the image for Tab "B" in "onPageChangeListerner" .
How to achieve this behavior?