On Wed, Aug 31, 2011 at 4:11 PM, Dalton Cézane <[email protected]> wrote: > I do not know where to call it, because all samples I've seen do not call it > explicitly...
You don't call it. GridView does. >> Have you tried simplifying your getView() to just return a TextView with >> some hard coded values, to make sure that part works? > > Not yet... I will try too... You might consider starting with a ListView. GridView is not significantly different from ListView in terms of how it interacts with adapters, and there are many more samples demonstrating ListView. Once you have a custom Adapter working with a ListView, convert it to a GridView. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in Oslo: http://bit.ly/fjBo24 -- 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

