Pokedex app developed in Kotlin for Android. The Pokedex creates Pokemon objects using data retreived from PokeAPI.
The Pokedex contains all 898 Pokemon. Users can click a Pokemon to display its species info, a brief description, and its stats.
Users can search for Pokemon using either the Pokemon's name or ID.
- Developing software in Kotlin and Android studio.
- Using Item Adapters, Item View Holders, and RecyclerViews.
- Retreiving data from an API using OkHTTP.
- Parsing JSON data using the GSON.
- Plotting data using MPAndroidChart.