Sure, create a custom view, and use that, else, you can create the custom view in the getView method of the adapter.
On Wed, Oct 6, 2010 at 6:21 PM, kavitha b <[email protected]> wrote: > Hi All, > > As i see in Gallery example in APIDemos,it is possible to add Image > listView or textviews as Gallery items. > > But my requirement is,I need to add both textview and Image combined as a > single item in Gallery. > > All examples are showing either imageview adapter or text view adapter as > Gallery items. > > But I want to add Custom View as Gallery Item. > > Any way to do this? > > Please help. > > Thanks > kavitha > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

