Giter Site home page Giter Site logo

android-code-test's Introduction

android-code-test

#Task

Develop an Android app that will fetch a list of customers from an API and display them on screen as detailed below. The API is: https://app.qudini.com/api/queue/gj9fs

The Username and password for the API are:

  • Username: codetest1
  • Password: codetest100

The API will need to be authenticated against using HTTP Basic auth and will return a JSON object that contains some queue data containing a list of customer objects.

Requirements:

  • The app should make a request to this api and display the list of customers name and their ‘expectedTime' and ordered by the expected time closest time first.
  • It should also fetch the profile image of the customer by using the Gravatar Image request api (use their email for this, or show a placeholder if no email is present): https://en.gravatar.com/site/implement/images/
  • The app should ensure that the list reloads automatically every 30 seconds and that the UI is not blocked.
  • The project will be covered by Unit Test.
  • The app would be available for tablet and smartphone. (bonus)

The completed project should be uploaded to github and the URL submitted along with a description on how you coded it and reasons for doing things in the way you chose.

Could you complete the task using native language. You’re free to use any 3rd part library or framework that you can justify the need.

android-code-test's People

Contributors

fraserhardy 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.