I checked out the source code, but now how do I use this in my project? I’m using eclipse.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Download the source code, then in Eclipse import the project (Import -> Existing project).
This will add the wheel project, that is an Android Library Project. Then in your project you need to add the wheel project as a dependency. Right click your project, select Properties. There select Android, and to the right click the Add button. More on this here