Open vlaljani opened 9 years ago
:+1: Excellent submission again, Vibha! Very clean UI and code, thanks for putting in so much effort. Few notes:
Parcelable
instead of Serializable
for ImageFiltersAlso, 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.
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?
May be you forgot to push it? Because i still see your model objects implementing Serializable class and not Parcelable
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?
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 :)
Hi,
My app is complete. Please review. /cc @codepathreview @codepath
Thanks much!
Best, Vibha