In order to update an existing Git submodule execute: (You migh need permissions from Owner)
git submodule update --remote --merge
Photorama App make a web service request to get interesting photos from Flickr.
Notes | Code | Diagrams | xproj |
---|---|---|---|
- Starting the Photorama Application
- Building the URL
- Formatting URLs and requests
- URLComponents
- Sending the Request
- URLSession
- Modeling the Photo
- JSON Data
- JSONSerialization
- Enumerations and associated values
- Parsing JSON data
- Downloading and Displaying the Image Data
- The Main Thread
- Bronze Challenge: Printing the Response Information
- Silver Challenge: Fetch Recent Photos from Flickr
- For the More Curious: HTTP