ipande / TwitterClient

A simple Twitter client that supports viewing a Twitter timeline and composing a new tweet.
Apache License 2.0
0 stars 0 forks source link

Twitter Client week 4 is now complete #2

Open ipande opened 8 years ago

ipande commented 8 years ago

Please take a look at my submission, @codepathreview @codepath. I'm using a different branch for this submission (called week 4). Please take a look here: https://github.com/ipande/TwitterClient/tree/Week4

I tried to implement some bonuses, but still have to improve UI a lot. Will do so once i get some time. All the required user stories are in though.

Thanks, Ishan

codepathreview commented 8 years ago

:+1: Project looks good, glad you were able to finish all required stories

We have provided a detailed Twitter Redux 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.