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

2010-04-19 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 to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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
wrote:

> 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 to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en