Skip to content

ipv02/TestTaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Task App

Description

Write app, displays photos of each selected user without using libraries for https://jsonplaceholder.typicode.com. For the photos screen, organize the caching of pictures in memory, display a loading indicator for each photo. Each cell has a drop shadow and rounded corners. Display the title of the photo under the image (the number of lines is unlimited).

API

Users
Albums
Photos

What did I use

  • AutoLayout;
  • Local data storage;
  • CoreData;
  • Networking;
  • Some combination of Swift and Objective-C;
  • UI layout is handled for both iPad and iPhone;
  • More than one screen;
  • Some CRUD operations (Updating is not implemented)
  • The ability to view photos of a specific user (the API returns more information);
  • Unit tests;
  • UI tests (Added small one);
  • Collection view cell customization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages