https://github.com/dosbolacademic/pokemongo
https://github.com/dosbolacademic/pokemongo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dosbolacademic/pokemongo
- Owner: dosbolacademic
- Created: 2025-07-31T19:38:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T19:52:31.000Z (2 months ago)
- Last Synced: 2025-07-31T22:42:58.242Z (2 months ago)
- Language: Kotlin
- Size: 1.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AND101 Project 7 - CYOAPI Part 3: Beautified
Submitted by: **Dosbol Aliev**
Time spent: **3** hours spent in total
## Summary
**Pokemon Go** is an android app that **displays a scrollable list of Pokémon images along with their type (breed) using a public API**.
If I had to describe this project in three (3) emojis, they would be: **🎮🐱👓📱**
## Application Features
The following REQUIRED features are completed:
- [x] App contains a RecyclerView that displays a list of scrollable data
- [x] App displays at least two (2) pieces of data for each RecyclerView item
- [x] Use a downloadable font with custom color and size
- [x] Modify the theme of the app in `themes.xml`
- [x] Define and apply at least one style in **either** `themes.xml` or a new file `styles.xml`The following STRETCH features are implemented:
- [X] Update the night theme to use different versions of styles when in dark mode
- [X] Use different drawables when in dark modeThe following EXTRA features are implemented:
- [X] _None at this time_
## GIF
## Notes
I learned how to use RecyclerView, how to parse JSON arrays from a public API, how to apply custom theming using styles, and how to load images with Glide.
## License
Copyright **2025** **Dosbol Aliev**
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.