I am using Universal Image Loader. I want to set some Text on Image. How can I do this? ImageView does not let me set the text and I want to use UIL but it take only ImageView as a parameter.
displayImage(String uri, ImageView imageView, DisplayImageOptions options, ImageLoadingListener listener)
Thanks!
That should be easy. I don't know what UIL do exactly. But this should help you
That should do what you want to achieve.
Hope it helps