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.
- the app must use the Flickr API to allow user searching for photos with specific words
- the app must show the results of the search in an infinite scroll list where each cell contains at least a photo
- when tapping on a cell the user of the app must see the full screen photo and its details
- The deliverable must include the full project and a README.txt file describing how to build it and other relevant informations
- Any third party library can be used. The README.txt must contain a brief description of the library and the reason it is used.
- Android apps must be built using Java or Kotlin. iOS must be built using Objective-C or Swift
- Even though the app is not an exercise of design, the app must show common UI paradigms of the platform
- Within the requirements there’s complete freedom to be creative and add details
See release section for release information. The release notes of each release cover non functional requirements 1 and 2.