How to attach source to android.jar

前端 未结 7 720
故里飘歌
故里飘歌 2020-12-04 07:17

I am new to Android. I am working in the Windows OS with the Eclipse IDE. My simple application has a spinner that populates a list from database column. When I click on th

7条回答
  •  庸人自扰
    2020-12-04 07:57

    To attach source code for android.jar, you may follow the tutorial at the link below: http://android.opensourceror.org/2010/01/18/android-source/ Make sure to choose the correct platform version.

    If you meet difficutly with spinner, try to get the sample code and see how it works: http://developer.android.com/resources/samples/get.html

    Good luck. :)

    Update

    This answer is quite out of date, please consider other answers.

提交回复
热议问题