mttlee0 / android-image-search

Learning Android, this project gets images from Google given a search query and allows the user to filter over image size, color, image type and site.
1 stars 1 forks source link

Android Image Search review #1

Open mttlee0 opened 11 years ago

mttlee0 commented 11 years ago

Google Image Search is finished.

I stuck to the project guidelines this project and didn't have a chance yet to implement the infinite scroll or load more images by scrolling...busy week.

One discrepancy between this app and the screenshots is my app only shows 8 images at a time due to a Google Image cap. I didn't invest the additional time to get one more image, add it to the GridView, refresh and have a completely filled 3x3 grid.

/cc @nesquena @timothy1ee

nesquena commented 11 years ago

:+1: Hey Matt,

Project looks good overall, nice work. A few points of feedback:

Let us know if you have any other thoughts or questions about this assignment. The next assignment (Twitter Client) will be very 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.