Hi there!
This document describes the programming exercise for all Android Engineering candidates at Slack. It's important to understand that this exercise exists in lieu of in-person coding during the onsite interview portion of the interview process. With that in mind, please ensure that the final product is representative of your coding style and the typical way you would approach and solve a coding challenge.
Create an Android app that displays a list of all users on a Slack team using the results of a call to https://api.slack.com/methods/users.list. (See below for credentials)
Upon tapping on a user row, the app should open the user's profile. On the individual profile page, you should show, at a minimum, the person's picture, username, real name, and job title. Other profile fields are optional.