InternationalCodingGuru
InternationalCodingGuru

Reputation: 2258

Finding Android source code

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?

Upvotes: 6

Views: 1549

Answers (2)

Jett Hsieh
Jett Hsieh

Reputation: 3159

This is what you want: ListView source code.

Upvotes: 6

EboMike
EboMike

Reputation: 77762

Yes, it's open source, and http://source.android.com/ has all the information on how to download and browse the source.

Upvotes: 7

Related Questions