Fathooo
Menu
Contactar

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.

image of a recyclerview

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:

  1. Clone the repository
    BASH
    git clone https://github.com/fathooo/android-rick-and-morty-api-playground.git
  2. Open the project in Android Studio.
  3. Build the project.
  4. Run the application on an emulator or real device.

Usage

  1. Upon opening the application, a list of "Rick and Morty" characters is displayed.
  2. Scroll through the list to see more characters.
  3. Tap any character to see more details about them.

Folder structure

Android Rick and Morty API Playground