Hi All, in hello-gridview sample code there is a method getitem(position) in the class of image adapter which returns null for the sample example. However, this method is important and is supposed to return the corresponding data item of the imageadapter. For example the imageadapter could generate a series of customized imageviews by magically calling the getview method. How could we implement the getitem(position) method under this case to help us gain access to these customized imageviews?
thanks, Song -- 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

