https://github.com/ramadhanabelio/rick-and-morty-character-app
Rick and Morty Character App
https://github.com/ramadhanabelio/rick-and-morty-character-app
android api cardview cartoon kotlin mobile mobile-app public-api recyclerview rest-api rickandmortyapi
Last synced: 6 months ago
JSON representation
Rick and Morty Character App
- Host: GitHub
- URL: https://github.com/ramadhanabelio/rick-and-morty-character-app
- Owner: ramadhanabelio
- Created: 2024-12-23T13:39:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T15:54:49.000Z (8 months ago)
- Last Synced: 2025-02-26T16:45:25.573Z (8 months ago)
- Topics: android, api, cardview, cartoon, kotlin, mobile, mobile-app, public-api, recyclerview, rest-api, rickandmortyapi
- Language: Kotlin
- Homepage:
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
### Rick and Morty Character App
## 📙 Description
Rick and Morty Character App is a simple mobile application designed to display character data from the popular cartoon Rick and Morty. This application fetches data from the public API [The Rick and Morty API](https://rickandmortyapi.com/) and presents it in a card view format using a RecyclerView. Users can browse through a list of characters with a clean and responsive UI.

## 📖 Features
Interesting features of Rick and Morty Character App:
1. **Character Display in Card View** : Characters from the Rick and Morty universe are displayed in an aesthetically pleasing card view layout, providing a clean and organized presentation.
2. **Efficient Data Fetching** : The application fetches character data dynamically from the public Rick and Morty API, ensuring up-to-date information.
3. **RecyclerView Implementation** : For a smooth and efficient scrolling experience, the application uses RecyclerView, which is highly optimized for handling large datasets.
4. **Responsive UI** : The application is designed to provide a responsive and user-friendly interface, adapting seamlessly to different screen sizes.