Skip to content

Instantly share code, notes, and snippets.

@eramirez01
eramirez01 / AndroidGiphy.md
Last active April 25, 2024 23:00
AndroidMagic

Android Giphy Challenge

We will be building a Giphy viewing application today!

Example GET Request:

http://api.giphy.com/v1/gifs/trending?api_key=cnSWATCVixm9lKU4gWPncyevkt8LaC1m

Example response:

{ 
@eramirez01
eramirez01 / AndroidPokemon.md
Last active December 15, 2023 23:41
Android Pokemon Challenge

Android Pokemon Challenge

We will be building a Pokemon card viewing application today! You will be using the Pokemon TCG API

Guidelines:

  • Use any third-party libraries you like
  • Pay attention to code cleanliness, naming, and testability
  • Keep the architecture simple
  • Think out loud
  • Have fun!