|
@@ -1,8 +1,7 @@
|
|
# LiveLike Android Code Challenge
|
|
# LiveLike Android Code Challenge
|
|
|
|
|
|
-The goal of this challenge is to create an *Giphy search app that allows you to search/explore image by tags and display it a grid view (basic simple UI) using [Giphy API](https://developers.giphy.com/docs/api/#quick-start-guide)
|
|
|
|
-[Search API](https://developers.giphy.com/docs/api/endpoint/#search)
|
|
|
|
-You can use the API key: **8LtshfHp2uWb6CFpmzPtJmborDaVWu0Z** (In case the API key is not working you can create you own api key)
|
|
|
|
|
|
+The goal of this challenge is to create an *Giphy search app that allows you to search image and display it as a grid view (basic simple UI) 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)
|
|
#### Note :
|
|
#### Note :
|
|
* Make sure to use Giphy API and not Giphy SDK
|
|
* 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
|
|
* If there is any issue with Giphy APi, you can use any api to show grid of images
|
|
@@ -25,8 +24,8 @@ The Giphy search app will be responsible :-
|
|
|
|
|
|
|
|
|
|
## Extra Credit:-
|
|
## Extra Credit:-
|
|
-* ### Unit Test
|
|
|
|
-* ### Use of Kotlin Coroutines for Thread Handling
|
|
|
|
|
|
+* Unit Test
|
|
|
|
+* Use of Kotlin Coroutines for Thread Handling
|
|
|
|
|
|
#### Submission Guidelines:-
|
|
#### Submission Guidelines:-
|
|
|
|
|