Skip to content

animsh/PokeDex

Repository files navigation

PokeDex

License API Profile

Pokedex is a small demo application based on modern Android application tech-stacks.

Download

Go to the Releases to download the latest APK.

Tech stack & Open-source libraries

  • Minimum SDK level 21
  • Retrofit2 - construct the REST APIs and paging network data.
  • Gson - A modern JSON library for Kotlin and Java.
  • Glide - loading images.
  • TransformationLayout - implementing transformation motion animations.
  • Material-Components - Material design components like ripple animation, cardView.
  • Custom Views
    • ProgressView - A polished and flexible ProgressView, fully customizable with animations.
    • MaterialSearchBar - Library to implement SearchView in a Material Design Approach.

Open API

Pokedex using the PokeAPI 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? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me for my next creations! 🤩

License

Designed and developed by 2020 animsh (Sagar More)

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:https://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.