I found an interesting project
http://code.google.com/p/android-protips-location/
with the level of my knowledge I can not understand on the move, I wanted to download and run eclipse but can not download it.
can someone know where I can download
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.
It’s a SVN repository. SVN is a version control system (Software used to track changes to your code etc) . You have to check out the repository using an SVN client of some sort.
check this tutorial out for using an SVN client.
http://www.themememe.com/subversion-for-absolute-beginners
Since you dont want to contribute any changes back to the project, you can use simply look up the importing part. But I recommend you learn more about SVN and other version control systems such as GIT. They will really help you in any kind of software engineering.