Finding Android source code

痴心易碎 提交于 2019-12-23 09:27:47

问题


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?


回答1:


This is what you want: ListView source code.




回答2:


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



来源:https://stackoverflow.com/questions/3673468/finding-android-source-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!