Kankan's Android Picker View
Solution 1:
You can Download the code using this link. http://tortoisesvn.net/downloads.html.
After installation you copy the url and download entire project.
Solution 2:
The kankan wheel project is an Android library so you can include it directly into your android project without having to copy the source and resource files.
This is how the wheel-demo project does it. Use the wheel-demo project as a guideline to setup your project to use the wheel project as a library.
If you are using Eclipse, do the following:
- Import the kankan wheel project into Eclipse
- Open the properties for the Eclipse Android project you wish to use the kankan wheel library
- Select Android from the list of properties
- Go to the bottom of the right hand screen to the library section
- Press Add and select wheel
You are now good to go.
Solution 3:
Checkout this source using SVN: http://android-wheel.googlecode.com/svn/trunk/ , it will download this source code in your local machine.
Once you are done with downloading, copy and paste the necessary classes in your project, and declare all the activity classes inside the AndroidManifest.xml file.
Post a Comment for "Kankan's Android Picker View"