Android source code search

Are Android API Open Source? If so, I want to see how they implemented the smoothscroll method for the ListView object (this is implemented at API level 8, but I want to create it at an earlier API level). How can I find this?

+6
android api android-source
source share
2 answers

This is what you want: ListView source code .

+6
source share

Yes, it is open source, and http://source.android.com/ contains all the information on how to download and view the source.

+7
source share

All Articles