On Tuesday, 20 July 2010 07:01:22 UTC+1, Romain Guy wrote: > > AbsListView and AbsSpinner are designed to be extended within the > framework. They could also be extended in 3rd party apps but we did > not expose all the necessary protected fields and methods on purpose. > We want to be very careful in how we expose such APIs so as to not get > stuff for future extensions and internal changes. Our current > recommendation is you simply copy/paste the code you need inside your > app.
Can we get a two-years-later update? Any plans to expose these APIs yet? According to this stackoverflow question, "simply copy/pasting the code" is actually a rabbit hole of dependencies, which I'd rather not explore: http://stackoverflow.com/questions/9637759/is-it-possible-to-extend-abslistview-to-make-new-listview-implementations -- 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

