Bump Code Test

  • Hits the Giphy API
  • Randomly selects a keyword or phrase from a hard-coded array of keywords of your choosing
  • Shows the gifs in an infinite scrolling fashion
  • Is performant in its fetching and scrolling
  • Has a basic, clean layout

To do

Paste Giphy API key in GiphyAPI.kt:

  const val GIPHY_API_KEY = "PASTE_API_KEY_HERE"