Giter VIP home page Giter VIP logo

adyen-android-assignment's Introduction

Adyen Android Assignment

This repository contains the coding challenge for candidates applying for an Android role at Adyen. Please keep your Git history intact as we are interested in your development process as well as the end result. Feel free to make changes to any code in this repository.

Your task is to create an app using the NASA Astronomy Picture Of the Day (APOD) API. We have set up some basic networking code; you still need to register for an API key and add it to app/local.gradle - see local.gradle.example for details. You can verify your API key works by running the PlanetaryServiceTest.

Features:

  • Create a list screen of APODs ![](screens/List Screen.png):
    • Sanitise list to ONLY show images - NOT videos.
  • Implement ordering for APODs ![](screens/Reorder Dialog.png):
    • Order by title - ascending.
    • Order by date - descending.
  • Show a details screen with more info about a single APOD ![](screens/Detail Screen.png).
  • Implement error screens:
    • No network connection ![](screens/Error screen network.png).
    • Api error ![](screens/Error screen.png).

n.b The resources folder has been updated with the appropriate colors and icons.

Development Tasks:

Tips for candidates to think about.

  • App to function in both portrait and landscape orientations:
    • Is the UI still functional - is state persisted?
    • Ensure unnecessary network calls are not made.
  • Unit tests.

Grading:

We are interested in:

  • How the features work - user functionality.
  • How they are implemented - architecture & styling.
  • And why implementation decisions were taken.

OPTIONAL

  • Allow user to save/persist APODs that they like and pin them to the top of the summary list screen.
  • The UI/UX is not a strict requirement, feel free to make it pixel perfect with animations if you please.

adyen-android-assignment's People

Contributors

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