Pokedex

License API Build Status Profile

Simple Pokedex app that allows you to easily search and look around for your favourite pokemons and theirs statistics

Download

Go to the Releases to download the latest APK.

Tech stack & Open-source libraries

  • Minimum SDK level 21

  • Kotlin based

  • Coroutines to work with internet and move tasks to a secondary thread

  • Hilt for dependency injection.

  • JetPack

    • Lifecycle – Observe Android lifecycles and handle UI states upon the lifecycle changes.
    • ViewModel – Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
    • ViewBinding – Binds UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
    • Palette – to generate color palette based on bitmap
    • RecyclerView – for displaying large sets of data in UI while minimizing memory usage.
  • Architecture

    • MVVM Architecture (View – DataBinding – ViewModel – Model)
    • Repository Pattern
  • Retrofit2 & OkHttp3 – Construct the REST APIs.

  • Coil – loading images.

  • Material-Components – Material design components like ripple animation, cardView.

  • ProgressView – A polished and flexible ProgressView, fully customizable with animations.

License

Designed and developed by 2021 T8RIN

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.