Skip to content

omerkantar/senfonico-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

senfonico-interview

interview

iOS Challenge 1: List of Photos Create a list view where the user can scroll through photos that are downloaded from a remote source. As soon as the app launches, the app makes a request to a public API, such as Flickrs, and shows some photos’ thumbnails in either a grid or list view. Tapping on a photo shows the a larger photo. Design is up to you. Feel free to be as creative as you want. While not forbidden, we believe strong candidates can finish this challenge without using external libraries.

Use these 2 API endpoints to create a post list page. https://jsonplaceholder.typicode.com/posts https://jsonplaceholder.typicode.com/comments?postId=1 The page should contain list of posts and their comments below them.

API Photo: https://api.gettyimages.com/v3 Jsonplaceholder: https://jsonplaceholder.typicode.com/posts

Video: https://youtu.be/2fSOwDrAvjg

Releases

No releases published

Packages

No packages published

Languages