How to place a textview on Gallery in android? -
in application have gallery view , displaying images database in gallery,i need place text view on gallery item , change text view value based on gallery position.so,how can place text view on gallery.please can 1 me.
thanking in advance.
use custom adapter gallery view. every item contain imageview , textview, example in relativelayout.
example here: android gallery caption
Comments
Post a Comment