Create an application to consult in Pokéapi#
Create an application to consult the Pokedex and get the first 150 pokemons based on mockup below:
- Dependency Manager. (e.g., Gradle, Maven)
- Pokemon ordered list. Example on API: http://pokeapi.co/api/v1/pokedex/1
- Pokemon Detail. Example on API: http://pokeapi.co/api/v1/pokemon/
- Detail screen must have Pokemon Name, Pokedex ID, Pokemon Picture, Species and Type or Types
- Async images loading
- Network communication framework.
- JSON -> Object Mapping.
- Share Pokemons on facebook and twitter.
- Images cache.
The mockup photo in the assets folder
The candidate must implement the solution and send a pull request to this repository with his solution.
The Pull Request process works as follow:
- The candidate will make a fork from this repository (don't clone directly!).
- Develop your project that fork.
- Commit and Push the changes to own fork.
- By Bitbucket interface send us a Pull Request.
Do not try to do PUSH directly to THIIS repository!!