sumitusc / MyTwitterApp

0 stars 0 forks source link

[Yahoo Android] Review Project Week 4 - Twitter with Fragments #2

Open sumitusc opened 10 years ago

sumitusc commented 10 years ago

/cc @nesquena @timothy1ee

sumitusc commented 10 years ago

This is a submission from "Sumit Gupta" for Twitter Client with Fragments (Week 4)

sumitusc commented 10 years ago

User Stories:

User can switch between Timeline and Mention views using tabs. DONE

User can view their home timeline tweets. DONE

User can view the recent mentions of their username. DONE

User can click icon on Action Bar to view their profile DONE

User can see picture, tagline, # of followers, # of following, and tweets on their profile. DONE

User can click on the profile image in a tweet to see that user's profile. DONE

PS: Could not complete changes suggested last time like "adding endless scrolling" and "removing BaseModel class".

nesquena commented 10 years ago

:+1: Project looks good. A few notes:

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.