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?
tshepang
12.5k25 gold badges98 silver badges140 bronze badges
asked Sep 9, 2010 at 2:56
InternationalCodingGuru
2,2665 gold badges31 silver badges45 bronze badges
2 Answers 2
Yes, it's open source, and http://source.android.com/ has all the information on how to download and browse the source.
answered Sep 9, 2010 at 2:59
EboMike
78k15 gold badges172 silver badges171 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
This is what you want: ListView source code.
Vadim Kotov
8,2848 gold badges51 silver badges63 bronze badges
answered Sep 9, 2010 at 3:45
Jett Hsieh
3,14929 silver badges33 bronze badges
1 Comment
Brian
The smoothscroll code is actually inherited from AbsListView (android.git.kernel.org/?p=platform/frameworks/…)
default