I’m trying use Google iosched as a reference project to learn the best practices on Android UI designing.
What are the steps that I need to follow in order setup and run the source code on Eclipse
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.
ECLIPSE : File -> New -> Android Project :
Project Name “iosched” .
SELECT “Create Project From Existing Source” and specify the dir …/iosched/android
Next , Choose Android 3.2 (API LEVEL 13) then finish .
Follow the instructions to retreive the 2 jars : iosched/android/libs/README.txt and copy them to libs folder .
Right click on both jars then BUILD PATH -> Add To Build PATH .
Clean Project if necessary .
And that should do it !