pbobc10 / MySimpleTweetApp

MIT License
0 stars 0 forks source link

Project Feedback! #1

Open codepathreview opened 7 years ago

codepathreview commented 7 years ago

1- Whenever sending a network request, be sure to handle the failure case as outlined in our http://guides.codepath.com/android/Sending-and-Managing-Network-Requests#sending-an-api-request 2- Did you properly persist tweets to disk and then retrieve them from disk and display them immediately (or at least on network failure?). See http://guides.codepath.com/android/Persisting-Data-to-the-Device and http://guides.codepath.com/android/DBFlow-Guide for more details. 3-Learning how to http://guides.codepath.com/android/Using-Intents-to-Create-Flows#receiving-implicit-intents from other apps helps facilitate default links and images to be shared through your Twitter client.

Let us know if you have any other thoughts or questions about this assignment. Hopefully by now you feel pretty comfortable with all the major pieces to basic Android apps (Views, Controllers, Models, Authentication, API Communication, Preferences, ActionBar, et al) and see how they all fit together.

codepathreview commented 7 years ago

:+1: nice work. A few notes after checking out the code:

/cc @coderschoolreview