Test app written for recruitment process. Copy, paste, share and smile! :)
-
Create simple Android application that uses GitHub API
Unfortunately anonymous apps can't use GitHub GraphQL API V4 so far. So we're stick with REST API V3.
-
Application should allow to search for users and repositories
-
Main screen of the app should contain search field and list of search results
-
When typing into search field, the list should automatically reload with GitHub users and repositories
-
Search results should contain both users and repositories - they can interlace with each other
-
Search results should be sorted ascending by result object id's
-
When you tap on a user, new screen should be presented. Display username, avatar and number of followers for selected user.