s-tc-chou / SimpleTwitterClient

MIT License
0 stars 0 forks source link

[Android Bootcamp] Week 3: Simple Twitter Client ready for review #1

Open s-tc-chou opened 8 years ago

s-tc-chou commented 8 years ago

My app is complete, please review. /cc @codepathreview @codepath

What can I do to organize my code better? Also I had some issues passing data from the timelineActivity (an intent) over to a fragment, so I had to utilize a bundle which seems messy. Is there a better way to do this?

codepathreview commented 8 years ago

@s-tc-chou Pls follow this for better organizing your source files. And follow this for understanding how to work with Fragments when passing arguments - https://github.com/codepath/android_guides/wiki/Creating-and-Using-Fragments#fragment-with-arguments. Let us know if you have more questions

codepathreview commented 8 years ago

:+1: nice work. 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.