|
@@ -10,7 +10,7 @@ You can use the [Search API](https://developers.giphy.com/docs/api/endpoint/#sea
|
|
|
|
|
|
The Giphy search app will be responsible :-
|
|
|
|
|
|
-1. API To deliver results based on search query input
|
|
|
+1. To deliver results based on search query input
|
|
|
2. When no query passed in, result set should be empty
|
|
|
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
|
|
@@ -19,7 +19,7 @@ The Giphy search app will be responsible :-
|
|
|
|
|
|
### Hard Requirements:-
|
|
|
|
|
|
-* *The code must be written in Kotlin*
|
|
|
+* The code must be written in Kotlin
|
|
|
* Pagination support
|
|
|
|
|
|
|