vaibhu / GridImageSearch

0 stars 0 forks source link

GridImageSearch app added #1

Open vaibhu opened 10 years ago

vaibhu commented 10 years ago

Please review the same. The only issue i faced was that emulator sometimes retrieved results sometimes it didn't. imagesearch imagesearchsettings

nesquena commented 10 years ago

Vaibhav, :+1: nice work although a bit incomplete (missing filters, no infinite scrolling). A few notes after checking out the code:

Also, here's provided 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.

vaibhu commented 10 years ago

The only reason I added other methods was to debug the flow, as when emulator stopped fetching google images, I thought of debugging and see at what time it fails. Should have removed that debug code before submitting :)

Thanks for taking a look.

nesquena commented 10 years ago

I see, thanks for the explanation.

vaibhu commented 10 years ago

I updated the code to implement the infinite loop, by implementing OnScrollListener.

nesquena commented 10 years ago

I updated the code to implement the infinite loop, by implementing OnScrollListener.

Cool, yeah seems to work now.