On Wed, Aug 31, 2011 at 1:37 PM, Dalton Cézane <[email protected]>wrote:
> But I can not see the gridview on the display... Is your getView() even called? Have you confirmed it's actually on the screen and sized to be visible? (Put some funky colors on it or something) Have you tried simplifying your getView() to just return a TextView with some hard coded values, to make sure that part works? P.S. - there's no reason to be setting the convertView if it's null .... ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

