What it does
User can click a “Compose” icon in the Action Bar on the top right I actually used a floating action button isntead User can then enter a new tweet and post this to twitter User is taken back to home timeline with new tweet visible in timeline Newly created tweet should be manually inserted into the timeline and not rely on a full refresh User can switch between Timeline and Mention views using tabs. User can view their home timeline tweets. User can view the recent mentions of their username. User can compose tweets. See this conceptual guide for passing data into a timeline fragment. User can navigate to view their own profile. I actually placed the user click on the left of the screen. User can see picture, tagline, # of followers, # of following, and tweets on their profile. The users/verify_credentials endpoint can be used to access this information. User can click on the profile image in any tweet to see another user's profile. User can see picture, tagline, # of followers, # of following, and tweets of clicked user. Profile view should include that user's timeline. The users/show endpoint can be used to access this information.

Log in or sign up for Devpost to join the conversation.