Giter Site home page Giter Site logo

code-challenge's Introduction

Android Test (Coding Challenge)

Task 1: Loading data and displaying it

Write an app containing a list. The list should show news data that comes from following API end point
Method: Get
Base URL: https://api.nytimes.com/svc/mostpopular/v2/
Endpoint: mostviewed/all-sections/{period}.json
API Key: nRl7I0dAj0ahppaET5hmvtt924qtLuS9
Sample Request: https://api.nytimes.com/svc/mostpopular/v2/mostviewed/all-sections/7.json?api-key=nRl7I0dAj0ahppaET5hmvtt924qtLuS9
You can read documentation of API from following link:
https://developer.nytimes.com/docs/most-popular-product/1/overview
Example of a response:
Screenshot 2021-03-10 at 2 24 38 PM

Fill the list items with some useful information provided by the JSON response. You can create custom list items to display information.
Make the app look neat and structure the code appropriately.
Hint: You are encouraged to use libraries if you consider them useful. Please document the sources of code you did not write yourself (if they are not listed in the gradle dependencies).

Task 2: Detail Screen

Implement a Activity/Fragment that will display detail of selected news from list.
Use may use any design to display news image, title, its details (or any information that is useful for detail page).

Additional requirements:

Please attach a working .apk when submitting your code.
Don't use any Android Studio preview or beta version when creating your test. Please use the stable version only. Please name your zip-file with your full name

code-challenge's People

Contributors

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