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
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. :)
This answer is quite out of date, please consider other answers.