Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wrozwad committed Sep 5, 2018
2 parents 6f60c0c + a5a377e commit 66afe3e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ captures/

# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks
*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Gitez
Test app written for recruitment process. Copy, paste, share and smile! :)

## Project assumptions

* Create simple Android application that uses [GitHub API](https://developer.github.com/v3/)

I decided to use [GitHub GraphQL API V4](https://developer.github.com/v4/) for fun part :)

* 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.

0 comments on commit 66afe3e

Please sign in to comment.