How to add View to Gallery?
Posted
by sunil
on Stack Overflow
See other posts from Stack Overflow
or by sunil
Published on 2010-04-20T06:22:38Z
Indexed on
2010/04/20
12:03 UTC
Read the original article
Hit count: 442
Hi,
I have multiple ListViews and would like to add those to Gallery.
I tried with addView but it is not supported since Gallery view is an AdapterView.
Can someone let me know how to go about it?
Regards
Sunil
© Stack Overflow or respective owner