On Wed, Aug 31, 2011 at 5:15 PM, Mark Murphy <[email protected]>wrote:
> 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. > It was what I understood about the samples. But I do not know how the GridView does that and why it is not happening in my app. > > >> 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. > I will try now with a ListView... > > -- > 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 > -- ======================================================= Dalton Cézane - Smarteju Tecnologia Especialista em Ciência da Computação (UFCG) Bacharel em Ciência da Computação (UFCG) Técnico em Informática (ETER) -- 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

