vlaljani / GridImageSearch

0 stars 0 forks source link

[Android Bootcamp] Project 2: Grid Image Search - Ready for Review #1

Open vlaljani opened 9 years ago

vlaljani commented 9 years ago

Hi,

My app is complete. Please review. /cc @codepathreview @codepath

Thanks much!

Best, Vibha

codepathreview commented 9 years ago

:+1: Excellent submission again, Vibha! Very clean UI and code, thanks for putting in so much effort. Few notes:

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.

vlaljani commented 9 years ago

Thank you for the feedback and guide! :) I'll keep those in mind for the next assignment. Btw, I did create and use ImageFiltersParcelable for Image Filters. Was that not done properly / as expected?

codepathreview commented 9 years ago

May be you forgot to push it? Because i still see your model objects implementing Serializable class and not Parcelable

vlaljani commented 9 years ago

Oh actually that ImageFilters class is not used anywhere. I just took all its methods and fields and put it in ImageFiltersParcelable and used that directly. I guess that's not the best way to go about it?

codepathreview commented 9 years ago

Yes that's the correct way.. Maybe it's just in the wrong package. Should be in the model package. May be you can refactor it later and remove unused files as it creates unnecessary confusion :)