Skip to content

sampok/Facebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook

The purpose of this homework is to leverage animations and gestures to transition between screens. We're going to use the techniques from this week to implement some interactions in Facebook.

Time spent: 6 hours

Features

Required

  • Tapping on a photo in the news feed should expand the photo full screen.
  • Tapping the Done button should animate the photo back into its position in the news feed.
  • On scroll of the full screen photo, the background should start to become transparent, revealing the feed.
  • If the user scrolls a large amount and releases, the full screen photo should dismiss.

Optional

  • The full screen photo should be zoomable.
  • The user should be able to page through the other photos in full screen mode.

The following additional features are implemented:

  • Drop shadow for full screen images
  • Zoom out dismisses full screen photo - but couldn't supress bounce back in scrollView: first bounces back, then dismisses the modal

Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):

  1. Zooming and scrolling together gets easily very messy :)

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

About

Week 5 assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages