aaronucsd / MySimpleTweets

A Simple Twitter Client App
0 stars 0 forks source link

Week3 Homework assignment : My Simple Tweets #1

Open aaronucsd opened 9 years ago

aaronucsd commented 9 years ago

Completed Week3 Homework assignment : My Simple Tweets "/cc @codepathreview @codepath

-LongH

codepathreview commented 9 years ago

:+1: Congrats on completing the third project! Nice work overall. Try to implement as many optionals as you can to get most out of each week's assignment. If you didn't get time during week, you can always go back later at any time and try to implement what you can.

I have provided 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, Models, Authentication, API Communication, Preferences, ActionBar, et al) and see how they all fit together.

aaronucsd commented 9 years ago

Completed Week4 Homework assignment : My Simple Tweets version 2 with fragments "/cc @codepathreview @codepath

-LongH

codepathreview commented 9 years ago

:+1: Project looks good. Good job finishing all required stories, I would suggest you to spend more time on styling the UI since that is the most challenging part of developing beautiful engaging apps.

I have provided a detailed Project 4 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 might be able to improve your submission.

Let us know if you have any other thoughts or questions about this assignment. Hopefully you can see this coming together as a "fully fledged" twitter client with some more work and polish. This app contains all of the components now (fragments, models, networking, client, tab navigation, image loading, et al) of 90% of dynamic data-driven API client. Obviously there are lots of details and patterns to learn, but by this point you have been introduced to all the major frameworks and concepts. Hopefully you would feel fairly confident getting started making Android apps for instagram, pinterest, yardsale, flickr using the same patterns.