sonnytron / TwitterClone

This is a CodePath Week 3 Project to Implement Twitter OAuth and REST API
MIT License
0 stars 0 forks source link

Project 3: Twitter Clone Completed First Review #1

Open sonnytron opened 8 years ago

sonnytron commented 8 years ago

This is my submitted completed project @codepathreview @codepath
I didn't clean up the UI. I focused on hitting the required user stories and adding optional stories. It's very "engineered". I also had an issue with the UI. In GenyMOtion, my UI appeared correct with margin/padding on my dialog fragment. But for some reason my device has very low/no margins on the dialog fragment. I didn't have time to diagnose.

codepathreview commented 8 years ago

Decent submission, consider adding more challenging optional stories. A few notes after checking out the code:

Here's a detailed Project 3 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. Hopefully by now you feel pretty comfortable with all the major pieces to basic Android apps (Views, Controllers, ActionBar, Navigation, Models, Authentication, API Communication, Persistence, et al) and see how they all fit together. We are close now to a turning point in the course where you should be hitting a "critical mass" towards your knowledge of Android.