lucamtudor / example-android-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Programming Task

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

Note: This task should take no longer than 1-2 hours at the most.

Prerequisites

Task

  1. Fork this repository (if you don't know how to do that, Google is your friend)
  2. Create a source folder to contain your code.
  3. In the source directory, please create an Android app that accomplishes the following:
    • Connect to the Github API
    • Find the rails/rails repository
    • Find the most recent commits (choose at least 25 or more of the commits)
    • Create a ListView that groups the recent commits by author in a custom view.
    • 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