Open codepathreview opened 8 years ago
Thanks for the feedback! I did organize my Java file into the 'articles' package. I follow the packaging by feature method. I tried adding the 'Fold' plugin for organizing resource files and it wouldn't work so, to save time I skipped that.
I spent a lot of time refactoring and reusing code and understanding java implementation patterns like Abstract classes and Interfaces and their uses. But I will add the rest of the features soon as I get more time :)
:+1: Great work! A few notes after checking out the assignment:
Toolbar
!ConnectivityManager
to check for network availabilityParcelable
overSerializable
(benefits)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.