Are the Android APIs open source? If so, I want to see how they implemented the smoothscroll method for the ListView object (this is implemented in API level 8, but I want to build against an earlier API level). How would I go about finding this?
2 Answers
Yes, it's open source, and http://source.android.com/ has all the information on how to download and browse the source.
Comments
1 Comment
Brian
The smoothscroll code is actually inherited from AbsListView (android.git.kernel.org/?p=platform/frameworks/…)