anilkara / Pokedoke

A sample pokemon android application using Retrofit, View Model,LiveData and MVVM Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokeDoke

License API Build Status

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.


Download

Go to the Releases to download the lastest APK.

Open-source libraries

  • 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.

Architecture

Pokedoke is based on MVVM architecture and a repository pattern.

Open API

Pokedoke uses the PokeAPI

Find this repository useful?

Support it by joining stargazers for this repository.

License

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.

About

A sample pokemon android application using Retrofit, View Model,LiveData and MVVM Architecture

License:Apache License 2.0


Languages

Language:Kotlin 100.0%