Hello developers! More than a question, I am suggesting an update to the android developer's site. Please correct me if i am saying something wrong!! =)
Lately I've been working on an app for Android 2.2/2.3 that uses the gridview widget. And for some reason, ended up testing it on version 3.1. Suprisingly (or maybe not) my app was not working correctly on 3.x and I found myself searching why the gridview was not showing its elements anymore. After that I starting looking at the differences between Api 10 and 11 and found out that Grdiview's setAdapter method was removed: http://developer.android.com/sdk/api_diff/11/changes.html (visualized: 19-10-2011) If I understood well the android api 11 documentation, gridview's data is to be loaded with the new classes 'LoaderManager' and 'Loader'. But then again, this information should be updated in the gridview's reference page! As of today, the method setAdapter' is shown as active. Even though it is only available until api 10! Also the Hello View's gridview tutorial should be updated, or at least show two different versions on how to use the gridview widget (before and from 3.0). Thank's for the attention! and again, if I said something wrong or my background information is missing something or is wrong! please correct me!! Juan -- 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

