Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 973 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 973 Bytes

Pokedex App

A simple Android Pokedex application built with Kotlin.

Features

  • Search the Pokémon of your choice
  • Doesn't want to type ? Test your luck with the random button
  • View all the informations about the Pokémon, including type, stats, and skills.
  • Switch between all the game versions where this pokemon is available

pokedex_app

Installation

Download the APK in the releases view on your Android device:

Get the APK

OR

  1. Clone the repository:
git clone https://github.com/sansho88/Pokedex.git
  1. Open the project in Android Studio.

  2. Sync the project with Gradle files.

  3. Run the app on an emulator or device.

Requirements

  • Android Studio
  • Kotlin 1.5+
  • Minimum Android 7.0 "Nougat" (SDK 24): 2016

License

This project is open-source and available under the MIT License.