I am trying to add texts to the images in gallery created with HorizontalScrollView in Android. You can think what I am trying to do as captions to the images. I want text to move when image moves. Do you think it is feasible to do this? If so, can you recommend me some way ? I got help from this link online to create the gallery I am talking about.
I solved the problem by editing the images themselves.
How to write text on an image in Java (Android)
This link helped me a lot.