Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox authored Jul 19, 2022
1 parent 32f808c commit 93e1905
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,3 @@ It's a solution to an interview task and mainly consists of my explorations of A
- Room
- ViewModel
- WorkManager

### Task description:
- **Login** with Imgur account. Imgur API utilize OAuth2 protocol for Authorization which
means that your application won’t be dealing with user’s credentials directly.
- After obtaining access token and user is logged in, he/she should be redirected to the
new screen - **Albums collection**. Albums should be displayed in a grid layout. Each
album should have thumbnail image or placeholder image, title, privacy indicator and
number of images inside the album, something like the image below.
- When the user taps on particular album, he/she should be able to see all images from
that album (**Images screen**). Images should be displayed in a grid layout. Each image
should be represented by thumbnail image.
- **Upload image** - User should be able to **bulk upload** new images to the particular
album, from the Images screen. Also user should be able to add images to the album in
offline mode, and they should be uploaded automatically once when WiFi connection is
available again. There should be some sort of indicator for images that are still not
uploaded to Imgur. If upload of some image failed user should have ability to retry
upload for that particular image.
- **Sorting** - User should be able to sort all the images by date 1. Latest, 2. Earliest. The
sorting button should be placed as a option menu item when pressed a popup menu
should appear presenting these options.

0 comments on commit 93e1905

Please sign in to comment.