I would like to show Photogallery using the Android Gallery component but I would like to show a description text under every single image. How can I do? I've only found examples开发者_Python百科 using only images or only text.
You can put any sort of View in your Gallery. For example you can have a LinearLayout combining ImageView and TextView, or derive ImageView.onDraw to draw a text.
精彩评论