an application that searches for the top images of the week from the Imgur gallery and displays them in a list.
Note
Searched Images are coming from imgur website.
This application using thirdparty called ImgurUtils
My Objective is to seperate Network layer by creating spm and cosuming APIs from it
Tip
Before running application get Client Id from Imgur
once you get Client Id from website put it into SearchViewModel line number 32
Each cell needs to display the following for each search result:
- title
- date of the post in local time (DD/MM/YY hh:mm am/pm)
- number of additional images in the post (if there are multiple)
- image
Main screen has 4 phase :
- Result Phase
In App we have toggle option to switch from Grid to List
- Grid