Pokedex is an Pokémon Database app for Android. It is based on PokéAPI and powered by Kotlin. The app uses apollo graphql to fetch data and allows users to view Pokémons and add them to their favorites created with modern Android development tools and libraries.
- Splash screen
- Home screen
- Details screen
- Night & Day mode support
- Search pokemons
- Pagination
- Kotlin
- Android Studio (Chipmunk) 🐿️
Minimum SDK version 23 Target SDK version 32
- AndroidX
- Timber
- Material Design
- Hilt
- Junit
- ViewModel
- Coroutines
- Coil
- Navigation
- Room
- Gradle Kotlin DSL
- Espresso
- Junit
- Okhttp
- Apollo-Graphql
- Mockk
- Lottie
- UI-Automator
- Gradle Kotlin DSL
- Gradle version catalog
Clone this repository and import into Android Studio
This project is mantained by: pako1
This application is released under MIT (see LICENSE). Some of the used libraries are released under different licenses.
MIT License
Copyright (c) 2022 Filipos katzilieris
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.