image of an app view

Android Rick and Morty API Playground

2024-06-17
fathooo
API, 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.

image of a recyclerview view

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:

  1. Clone the repository
    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. Swipe through the list to see more characters.
  3. Tap on any character to view more details about them.

Folder structure