Pokemon Dictionary written in Kotlin and Compose.
Now support English, Japanese, Traditional Chinese and Simplified Chinese.
Please add your own API key into local.properties
after cloning this app.
You can get Gemini API key here.
apiKey=[your api key]
Light | Dark |
---|---|
- API Documentation: https://pokeapi.co/
- Pokemon search API endpoint: GET https://pokeapi.co/api/v2/pokemon/{id}/
- Pokemon detail API endpoint: GET https://pokeapi.co/api/v2/pokemon-species/{id}/
- Compose
- Coroutines
- Navigation
- Palette
- Room
- Dagger Hilt
- Retrofit2
- OkHttp3
- Gson
- Coil
- Gemini AI