
Android Rick and Morty API Playground
2024-06-17
fathoooAPI, Android
Description
It is an Android application that displays information about characters from the popular TV series "Rick and Morty". It uses the Rick and Morty API to retrieve character data and display it in a list within the application.
Features
- Display "Rick and Morty" characters in a RecyclerView.
- Detail view for each character.
- Character images loaded using Glide.
- Network requests managed with Retrofit.
- Use of coroutines for asynchronous operations.
Permissions
The application requires the following permissions:
INTERNET
: Required to make requests to the "Rick and Morty" API.
Installation
To clone and run this application on your local environment, follow these steps:
- Clone the repository
git clone https://github.com/fathooo/android-rick-and-morty-api-playground.git
- Open the project in Android Studio.
- Build the project.
- Run the application on an emulator or real device.
Usage
- Upon opening the application, a list of "Rick and Morty" characters is displayed.
- Swipe through the list to see more characters.
- Tap on any character to view more details about them.