chaitanyanettem / android-rxchallenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Programming Task

In order to be considered for the Android position, you must complete the following steps.

Note: This task should take no longer than 3 hours at the most.

Prerequisites

Task

  1. Fork this repository and create a new branch which is NOT master.
  2. Create a source folder in this new branch to contain your code in.
  3. In the source directory, please create an Android app that accomplishes the following:
    • Connect to the Star Wars API
    • Find the 15 most expensive starships from the first 4 pages.
    • Create a RecyclerView that displays the starships sorted by cost, along with the film(s) they appear in.
    • Click here for a screenshot mock up of what the final product should look like
  4. Commit and Push your code to your new repository
  5. Send us a pull request, we will review your code and get back to you

About