java - ViewPager for Images in SpanableString -


i have images in spannablestrig , loaded them textview through html.imagegetter.i want show these images viewpager when click on image.

what have tried: have created arraylist , added imageurls urlspan.class , imagespan.class, added arraylist pageradapter. problem facing when click on image1 viewpager works fine , opens image1 in viewpager when click on image2 viewpager opens image1 , have swipe image2..

please me.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -