# Pokedex2022 **Repository Path**: testsipclone/pokedex2022 ## Basic Information - **Project Name**: Pokedex2022 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-05 - **Last Updated**: 2022-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Pokedex

Google
License API Build Status Medium Profile

🗡️ Pokedex demonstrates modern Android development with Hilt, Coroutines, Flow, Jetpack (Room, ViewModel), and Material Design based on MVVM architecture.


## Download Go to the [Releases](https://github.com/skydoves/Pokedex/releases) to download the latest APK. ## Tech stack & Open-source libraries - Minimum SDK level 21 - [Kotlin](https://kotlinlang.org/) based, [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) + [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) for asynchronous. - [Hilt](https://dagger.dev/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. - DataBinding - Binds UI components in your layouts to data sources in your app using a declarative format rather than programmatically. - Room Persistence - Constructs Database by providing an abstraction layer over SQLite to allow fluent database access. - Architecture - MVVM Architecture (View - DataBinding - ViewModel - Model) - [Bindables](https://github.com/skydoves/bindables) - Android DataBinding kit for notifying data changes to UI layers. - Repository Pattern - [Retrofit2 & OkHttp3](https://github.com/square/retrofit) - Construct the REST APIs. - [Sandwich](https://github.com/skydoves/Sandwich) - Construct a lightweight and modern response interface to handle network payload for Android. - [Moshi](https://github.com/square/moshi/) - A modern JSON library for Kotlin and Java. - [Glide](https://github.com/bumptech/glide), [GlidePalette](https://github.com/florent37/GlidePalette) - Loading images from network. - [TransformationLayout](https://github.com/skydoves/transformationlayout) - implementing transformation motion animations. - [WhatIf](https://github.com/skydoves/whatif) - Check nullable objects and empty collections more fluently. - [Bundler](https://github.com/skydoves/bundler) - Android Intent & Bundle extensions, which insert and retrieve values elegantly. - [Timber](https://github.com/JakeWharton/timber) - A logger with a small, extensible API. - [Material-Components](https://github.com/material-components/material-components-android) - Material design components for building ripple animation, and CardView. - [Turbine](https://github.com/cashapp/turbine) - A small testing library for kotlinx.coroutines Flow. - Custom Views - [Rainbow](https://github.com/skydoves/rainbow) - An easy way to apply gradations and tinting for Android. - [AndroidRibbon](https://github.com/skydoves/androidribbon) - A simple way to implement a beautiful ribbon with the shimmering on Android. - [ProgressView](https://github.com/skydoves/progressview) - A polished and flexible ProgressView, fully customizable with animations. ## MAD Score ![summary](https://user-images.githubusercontent.com/24237865/102366914-84f6b000-3ffc-11eb-8d49-b20694239782.png) ![kotlin](https://user-images.githubusercontent.com/24237865/102366932-8a53fa80-3ffc-11eb-8131-fd6745a6f079.png) ## Architecture Pokedex is based on the MVVM architecture and the Repository pattern. ![architecture](https://user-images.githubusercontent.com/24237865/77502018-f7d36000-6e9c-11ea-92b0-1097240c8689.png) ## Open API Pokedex using the [PokeAPI](https://pokeapi.co/) for constructing RESTful API.
PokeAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon. ## Find this repository useful? :heart: Support it by joining __[stargazers](https://github.com/skydoves/Pokedex/stargazers)__ for this repository. :star:
Also, __[follow me](https://github.com/skydoves)__ on GitHub for my next creations! 🤩 # License ```xml Designed and developed by 2020 skydoves (Jaewoong Eum) 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. ```