A sample Pokdex Android application built on Kotlin using Android Architecture components (ViewModel, LiveData, Room), Retrofit and Moshi. Image loading was done
using Coil and Glide.
This app was inspired by [Skydoves](https://github.com/skydoves/Pokedex) Pokedex application.
Go to the Releases to download the lastest APK.
- Minimum SDK level 23
- Kotlin
- JetPack
- LiveData
- ViewModel
- Room
- Architecture
- MVVM Architecture (View - ViewModel - Model)
- Repository pattern
- Retrofit2.
- Moshi.
- Coil - Image loading backed by Kotlin Coroutines.
- Glide
- Glide Palette - Android Lollipop Palette is now easy to use with Glide
- ProgressView - 🌊 A polished and flexible ProgressView, fully customizable with animations.
Pokedoke is based on MVVM architecture and a repository pattern.
Pokedoke uses the PokeAPI
Support it by joining stargazers for this repository.
Designed and developed by 2020 ManaswiniKundeti (Manaswini Kundeti)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.