Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I have been learning android for a while now and T want totest my skills so that I know what I need to work on.

Are there some quizzes or tests that I can take to check my knowledge? May be you can guide me to some kind of test like at the oDesk?

share|improve this question
4  
What about starting to build a real application and deploy it to the market? This could be a great and real test :) – Amokrane Chentir Jun 18 '11 at 11:38
@Amokrane we are doing that. but i just wanted to know how i code is the right step. so wanted to test the skills :P – Harsha M V Jun 18 '11 at 12:15
I understand, I added some links to useful open source projects that you should read as well! See my edit :) – Amokrane Chentir Jun 18 '11 at 12:22

migrated from stackoverflow.com Jun 18 '11 at 13:15

3 Answers

up vote 11 down vote accepted

If you want to test your skills on Android, there are two things you could do besides looking for a quiz:

  • Browse the Android tag on StackOverflow and try answering questions. People will ask about their real cases issues and this is great to test your knowledge on the platform. There will be some questions you could answer and other you could not and this will encourage you to learn even more.

  • Start building a real application, NOW! Learning something by reading the documentation is essential, but you need to put that into practise or your knowledge will remain very theoretical.

Regarding your reply and the fact that you want to make sure that your coding style is good enough, I recommand you diving into some open source projects. There are two projects, in my opinion, that are good to check. First of all Shelves written by Romain Guy (he works at Google, and works on UI related Android stuff) and the firt Foursquare Android application written by Joe LaPenna. There are just tons of gold in those projects!

share|improve this answer

Maybe it's not exactly what you want, but an excellent way to gauge your knowledge is to read some questions about Android here on SO, and see how many you can give a correct answer; the more, the better. Help yourself and help others at the same time.

share|improve this answer
Hah, we thought about the same thing :). Nice suggestion! – Amokrane Chentir Jun 18 '11 at 11:48
Thanks a lot. Makes sense. Hope to answer a few questions from now on. – Harsha M V Jun 18 '11 at 12:16

I have compiled a list of questions here: Android Interview questions

share|improve this answer
2  
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Yannis Rizos Aug 20 '12 at 9:13

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.