/Pokemon

Pokedex android app with the distribution code (open source code) that suggests a list of pokemon (151 items) and shows detailed information about each pokemon.

Primary LanguageJava

Pokedex

Pokedex android app on Java using Pokemon API , created by following CS50 course.

Application offers list of pokemon using PokeApi and shows detailed information of each pokemon. Implemented searching by using SearchView, catching and saving state by using SharedPreferences, sprites - images downloaded via AsyncTask.

There is I created next sections:

  • searching
  • catching
  • save state
  • sprites
  • description

Main View

Main Activity1

Searching

searc

Catching, Save state, Sprites and Description

pokemonActivity1