Pokedex is a small demo application based on modern Android application tech-stacks.
Go to the Releases to download the latest APK.
- 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.
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.
Support it by joining stargazers for this repository. ⭐
And follow me for my next creations! 🤩
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://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.