dhimandeepak / codepath-assignment

0 stars 0 forks source link

Google Image Search App #3

Open dhimandeepak opened 10 years ago

dhimandeepak commented 10 years ago

Please review my assignment for week 2 "Google Image Search". /cc @nesquena @timothy1ee

I had one question: How to support different API level features, like in this assignment I am not able to use ShareActionProvider as it needs API 14 and above. If you need to support same functionality starting API 10 what is the best way for it.

Thanks, Deepak Dhiman

nesquena commented 10 years ago

:+1: nice work. A few notes after checking out the code:

Also, here's a more detailed Project 2 Feedback Guide here which covers the most common issues with this submitted project. Read through the feedback guide point-by-point to determine how you could improve your submission.

Let us know if you have any other thoughts or questions about this assignment. The next assignment (Twitter Client) will be especially important since it introduces the majority of the remaining pieces necessary to build a fully functional API client with complex feeds of data and user creation.

I am not able to use ShareActionProvider as it needs API 14 and above. If you need to support same functionality starting API 10 what is the best way for it.

You can use the support v7 libraries to do almost anything and support API 10. Try using it, we will be covering this in the Week 4 lecture as well.