smehraein / TwitterC

MIT License
0 stars 0 forks source link

[Android Bootcamp] Project 3: TwitterC - Ready for Review #1

Open smehraein opened 8 years ago

smehraein commented 8 years ago

App is good to go, please review. /cc @codepathreview @codepath

Had a good time with this project. Decided to just start off with Butterknife and I'm glad I did - will be using that or data-binding from now on. Everything went smoothly, except for ActiveAndroid. It wasn't able to find my table definitions without me explicitly giving it the paths to the models in the manifest. After that, another re-install had it up and running.

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.