You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vinit, looks ok. A few notes after checking out the code:
Code is super messy in general, tons of stray debug statements and dead code. Consider doing a bit of cleanup before submissions
Notice how verbose the managing of the settings filters is here and elsewhere. Read feedback guide for details but consider using an object to encapsulate that complexity and keep it out of the controller (activity)
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.
My App is complete. Please review it. This covers all user stories. /cc @nesquena @timothy1ee
The text was updated successfully, but these errors were encountered: