/PokemonApp

Android App that displays a list of pokemons

Primary LanguageJava

Pokemon App | PokeAPI | Android Studio (Java)

PokemonApp is a simple application that allows users to search for Pokemon creatures and view their details, including their images, stats, abilities, and moves. The application uses the PokeAPI to fetch data about Pokemon and display it in a user-friendly interface.

linkedin

YouTube

Portfolio

Demo on YouTube

Demo of the PokemonApp

Libraries

  • AndroidX libraries:
    • appcompat
    • constraintlayout
  • Material Components library
  • Volley library for network requests
  • Glide library for image loading
  • JUnit for unit testing
  • Espresso for UI testing

Installation

  • Clone the project
  git clone https://github.com/andevrrr/PokemonApp.git
  • Open Android Studio and select "Open an existing Android Studio project."
  • Navigate to the directory where you cloned the repository and select the PokemonApp directory.
  • Android Studio will import the project and download any necessary dependencies.
  • Connect an Android device to your computer and make sure that USB debugging is enabled on the device.
  • Run the application by clicking the "Run" button in Android Studio.
  • The application will be installed on your device and you can open it like any other Android application.