aswani521 / TwitterClient

Twitter Client with OAuth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 4 Project: Twitter Redux

Time spent: 12 hours spent in total

[Y] Hamburger menu

Dragging anywhere in the view should reveal the menu.

The menu should include links to your profile, the home timeline, and the mentions view.

[Y] Profile page

Contains the user header view

Contains a section with the users basic stats: # tweets, # following, # followers

Home Timeline

[Y]Tapping on a user image should bring up that user's profile page

Video Walkthrough

Twitter Video Walkthrough

Issues:

  • ran into issues when trying to use delegates with hamburger. Wasted a lot of time in trying to get this working

Week 3 Project: Simple Twitter Client

Time spent: 12 hours spent in total

User Stories

Project Requirements [Y] User can sign in using OAuth login flow

[Y] User can view last 20 tweets from their home timeline

[Y] The current signed in user will be persisted across restarts

[Y] In the home timeline, user can view tweet with the user profile picture, username, tweet text, and timestamp. In other words, design the custom cell with the proper Auto Layout settings. You will also need to augment the model classes.

[Y] User can pull to refresh

[Y] User can compose a new tweet by tapping on a compose button.

[Y] User can tap on a tweet to view it, with controls to retweet, favorite, and reply.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Twitter Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

License

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. 

About

Twitter Client with OAuth


Languages

Language:Objective-C 99.4%Language:Ruby 0.6%