|
@@ -1,10 +1,8 @@
|
|
# LiveLike Android Code Challenge
|
|
# LiveLike Android Code Challenge
|
|
|
|
|
|
-The goal of this challenge is to fix and complete an *Giphy search app that allows you to search image and display it as a grid view using [Giphy API](https://developers.giphy.com/docs/api/#quick-start-guide).
|
|
|
|
|
|
+The goal of this challenge is to complete an Giphy search app that allows you to search image and display it as a grid view using [Giphy API](https://developers.giphy.com/docs/api/#quick-start-guide).
|
|
You can use the [Search API](https://developers.giphy.com/docs/api/endpoint/#search) with the API key: **8LtshfHp2uWb6CFpmzPtJmborDaVWu0Z** (In case the API key is not working you can create you own api key)
|
|
You can use the [Search API](https://developers.giphy.com/docs/api/endpoint/#search) with the API key: **8LtshfHp2uWb6CFpmzPtJmborDaVWu0Z** (In case the API key is not working you can create you own api key)
|
|
-#### Note :
|
|
|
|
-* Make sure to use Giphy API and not Giphy SDK
|
|
|
|
-* If there is any issue with Giphy APi, you can use any api to show grid of images
|
|
|
|
|
|
+
|
|
|
|
|
|
### Project:-
|
|
### Project:-
|
|
|
|
|
|
@@ -15,11 +13,16 @@ The Giphy search app will be responsible :-
|
|
3. A basic UI which will display list of images from the result in grid form
|
|
3. A basic UI which will display list of images from the result in grid form
|
|
4. If search query is updated, the old result set should reset with new one
|
|
4. If search query is updated, the old result set should reset with new one
|
|
5. Errors should captured on logs
|
|
5. Errors should captured on logs
|
|
-6. We have done the initial setup for you
|
|
|
|
-7. Feel free to use any architecture paradigms you want.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+### Task to be completed:-
|
|
|
|
+1. We have done the basic initial setup for you. Please follow the below instructions in order to complete the app.
|
|
|
|
+2. Create a network request for searching, based on user input
|
|
|
|
+3. Create Grid View to display the list of images returned.
|
|
|
|
+4. Implement Pagination
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
### Hard Requirements:-
|
|
### Hard Requirements:-
|
|
|
|
|