-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please review google image search app. Completed all the must and advanced and bonus user stories. Playing with UI now. /cc @codepathreview @thecodepath @nesquena #1
Comments
@vvalluri Could you pls check your search api call and make sure it is working fine? I see a lot of duplicate results in the GIF. And pls submit a new GIF after you make corrections |
Hi, On Wed, Sep 24, 2014 at 11:34 PM, CodePath Reviewers <
|
Can you pls attach a fresh apk file to your github and let me know so that I can download that and test it directly on device? I am not able to run your project after cloning and the apk I got from bin folder also doesnt works. Thanks |
Hi Vibhor, Thanks, |
👍 Excellent work Vamsi, impressive stuff. 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. |
Thanks for the feedback. Also thanks for reminding me about Parcelable, I On Thu, Sep 25, 2014 at 10:35 AM, CodePath Reviewers <
|
I am trying to get Image detail view fill the entire screen but given the memory constraints currently i am resizing it and using playing with scaletypes (eg: matrix shows a smaller image)
-- Added staggered image view for the grid
/cc @codepathreview @thecodepath @nesquena
The text was updated successfully, but these errors were encountered: