https://github.com/dosbolacademic/and_project7_recyclerview_edition
https://github.com/dosbolacademic/and_project7_recyclerview_edition
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dosbolacademic/and_project7_recyclerview_edition
- Owner: dosbolacademic
- License: mit
- Created: 2025-07-23T06:11:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T06:16:42.000Z (3 months ago)
- Last Synced: 2025-07-23T08:18:39.860Z (3 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AND101 Project 6 - CYOAPI Part 2: RecyclerView Edition
Submitted by: **Dosbol Aliev**
Time spent: **5** hours spent in total
## Summary
**RecyclerView App** is an android app that **an Android app that displays a scrollable list of NASA_API using a RecyclerView. The data is fetched from a public API and rendered dynamically. Users can scroll through the list to explore various items with their names, images, or descriptions**
If I had to describe this project in three (3) emojis, they would be: **📱🔁🚀**
## Application Features
The following REQUIRED features are completed:
- [ ] Make an API call to an API of your choice using AsyncHTTPClient
- [ ] Implement a RecyclerView to display a list of entries from the API
- [ ] Display at least three (3) pieces of data for each RecyclerView itemThe following STRETCH features are implemented:
- [ ] Add a UI element for the user to interact with API further
- [ ] Show a `Toast` or `Snackbar` when an item is clicked
- [ ] Add item dividers with `DividerItemDecoration`The following EXTRA features are implemented:
- [ ] List anything else that you added to improve the app!
## Video Demo
Here's a video / GIF that demos all of the app's implemented features:
GIF created with **your chosen GIF tool**
## Notes
Here's a place for any other notes on the app, it's creation process, or what you learned this unit!
## 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 athttp://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.