petervanhoef / MyFlickrSearchApp

A simple Flickr app to search for photos with specific keywords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyFlickrSearchApp

What is MyFlickrSearchApp?

This app is the result of a programming assignment with as task to write an app you think is production ready that works as a client app for Flickr.

Requirements

Functional requirements

  1. the app must use the Flickr API to allow user searching for photos with specific words
  2. the app must show the results of the search in an infinite scroll list where each cell contains at least a photo
  3. when tapping on a cell the user of the app must see the full screen photo and its details

Non-functional requirements

  1. The deliverable must include the full project and a README.txt file describing how to build it and other relevant informations
  2. Any third party library can be used. The README.txt must contain a brief description of the library and the reason it is used.
  3. Android apps must be built using Java or Kotlin. iOS must be built using Objective-C or Swift
  4. Even though the app is not an exercise of design, the app must show common UI paradigms of the platform
  5. Within the requirements there’s complete freedom to be creative and add details

Release history

See release section for release information. The release notes of each release cover non functional requirements 1 and 2.

Screen shot

simulator screen shot 11 jan 2017 22 05 31

About

A simple Flickr app to search for photos with specific keywords

License:MIT License


Languages

Language:Swift 100.0%