Android Rick and Morty API Playground
Android application that displays detailed information about the characters from the series Rick and Morty using the official API.
Android Coroutines Glide Kotlin RecyclerView Retrofit
About the project
Description
It is an Android application that displays information about characters from the popular television series "Rick and Morty." It uses the Rick and Morty API to obtain character data and present it in a list within the application.
Features
- Visualization of "Rick and Morty" characters in a RecyclerView.
- Details of 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: Necessary to make requests to the "Rick and Morty" API.
Installation
To clone and run this application in your local environment, follow these steps:
- Clone the repository
BASH
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.
- Scroll through the list to see more characters.
- Tap any character to see more details about them.
