[android-developers] How to add a View in Gallery?

2010-04-20 Thread javame_android
Hi, I have multiple listviews and would like to add those to Gallery View. I tried by using addView method but that is not supported in Gallery since its AdapterView. Can someone suggest me how to add views to Gallery? Regards Sunil -- You received this message because you are subscribed

Re: [android-developers] How to add a View in Gallery?

2010-04-20 Thread social hub
use adapter extending from baseadapter or cursoradapter etc. On Tue, Apr 20, 2010 at 1:20 AM, javame_android su...@softwebsolutions.comwrote: Hi, I have multiple listviews and would like to add those to Gallery View. I tried by using addView method but that is not supported in Gallery