GithubHelp home page GithubHelp logo

owlet-ios-challenge's Introduction

This repo is the coding challenge for iOS Engineer candidates.

This app uses a redux-style architecture to increment a number label. It also has a separate table view that should show an ordered list of numbers from 1 to 100, approximately five seconds after the table view appears.

Find the bugs in the counter label implementation and resolve them. Also, create and implement navigatation (to and from) a new view controller that will download and display an image (dev's choice).

Instructions:

1) Create local clone of the repo.
2) Fix any crashing.
3) Ensure that the +/- buttons correctly increment/decrement the label.
4) Implement a new view controller that asynchronously downloads an image and then displays it.
5) Ensure the view for `NumberedListTableViewController` initially shows an empty table.  Five seconds after `viewDidLoad` occurs, the table should refresh to show an ordered list from 1 to 100, in ascending order.  It should do so in a robust, bug-free manner.  Use GCD to build the list of numbers.  Don't use the main thread to build the list.  Ensure the main thread is not blocked while the list is generated.  Minimize the number of times the table reloads.
6) Commit to your local Github repo.
7) Send us a zip file of your local modified clone.  Please include your hidden `.git` folder.
8) Bonus points if you write relevant unit test(s).

owlet-ios-challenge's People

Contributors

maxnelson997 avatar smarchant-owlet avatar lorraine-alexander avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.