Hi, I've been experimenting with AbsListView the View which is marked in doc as :
"Base class that can be used to implement virtualized lists of items. A list does not have a spatial definition here. For instance, subclases of this class can display the content of the list in a grid, in a carousel, as stack, etc." the problem is that you cannot directly extend this class (although class is public) because it contains abstract package level method findAbstractRow(int y ) which cannot be implemented in extending class. Could you verify that? Best Regards, Michał Dąbrowski --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

