Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter - Part II

This is a basic twitter app to view, compose, favorite, and retweet tweets.

Time spent: 4.0 hours spent in total

User Stories

The following required functionality is completed:

  • User can compose a tweet. (4pts)
  • User can favorite a tweet. (4pts)
  • User can retweet a tweet. (2pts)

Video Walkthrough

Here's a walkthrough of implemented user stories:

twitter

Notes

Part 2 was more challenging because the Tweet Page has to be implemented while minding the constraints for the Like and Retweet Buttons. It was good practice for me to pick around the constraints to make it more dynamic and make the extra buttons adjust according to the text field size.

codePath_iOS_Twitter

Twitter - Part I

This is a basic twitter app to read your tweets.

Time spent: 4.0 hours spent in total

User Stories

The following required functionality is completed:

  • User sees app icon in home screen and styled launch screen. (1pt)
  • User can log in. (1pt)
  • User can log out. (1pt)
  • User stays logged in across restarts. (1pt)
  • User can view tweets with the user profile picture, username, and tweet text. (6pts)

The following bonus features are implemented:

  • User can pull to refresh. (1pt)
  • User can load past tweets infinitely. (2pts)

Video Walkthrough

twitter

Notes

There were similarities between the Flix App in that both projects required the use of tableView cells and API calling. New features I learned in Part 1 of recreating the Twitter app was learning to implement infinite scrolling and scroll up to refresh. This portion of the project was a good refresher on how to begin an app starting from placing an app icon on the home page to the complete functionality.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages