In order to be considered for the Android position, you must complete the following steps.
Note: This task should take no longer than 2 hours.
- Please note that this will require Java knowledge.
- Fork this repository (if you don't know how to do that, Google is your friend)
- Use the wireframes as the basis for your layout and API docs for your networking calls.
- Please create an Android app that accomplishes the following:
- Connect to the Mock REST API
- GET https://private-c1b9f-t2mobile.apiary-mock.com/friends - Friends List
- GET https://private-c1b9f-t2mobile.apiary-mock.com/friends/{id} - Friends Detail (Use any id, response will be the same)
- Create the Friends List as shown in the wireframe. Use whatever tools, libraries, that you feel are necessary to complete the job.
- If you still have time or would like the challenge. When a user clicks on a Friend bring them to the Friend Profile page. Note: There is only one Friend profile object that is available through the API. Use this for all detail pages.
- Connect to the Mock REST API
- Commit and push your code to your new repository
- Send us a pull request, we will review your code and get back to you.