Giter VIP home page Giter VIP logo

codingtest's Introduction

#Coding Assessment Guidelines

To validate a candidates skills in developing for mobile applications, we would like you to create a small application. We anticipate this challenge should take no more that 1-2 hours.

The task we would like you to complete is to create a basic app that makes a call to a weather (RESTful) web service, and display the data that is returned in the response on the screen of the mobile app, changing the interface (UI) according to the forecast being returned (clear, sunny, raining, etc.). The app only needs to make a single call at launch, and design skills are not being assessed.

Some key elements we will be looking for in the application are:

  • Use of suitable design patterns, and a strict separation of concerns when developing a mobile application.
  • UI interaction and data binding principals.
  • Management of User Interface.
  • Correct use of the application life cycle, management of the UI thread, and async development principals when displaying data and making network calls.
  • Unit tests/mocks to demonstrate the code is testable.

##Getting Started

  • Register for a free API key at: https://developer.forecast.io/
  • The API to query is https://api.forecast.io/forecast/{Your API key here}/{latitude},{longitude}. We would like you to obtain the geolocation using the API’s available from the mobile operating system.
  • Submissions for the Android platform may only use third party libraries or open source code for the purpose of unit testing.
  • For other platforms the use of frameworks, libraries, and open-source code is allowed – but please reference their use in comments in the code. Please use package management for open source dependencies where suitable.
  • When complete, please fork this repository, commit your code via the GIT tools, and send us a pull request.

codingtest's People

Contributors

lewisbenge avatar waigisoftware avatar notmrpark avatar

Watchers

 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.