KhubaibKhan4 / Marvel-App

Marvel App using Rest API

Home Page:https://codespacepro.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marvel-App

Marvel App using Rest API

This is a sample Android app that uses the Marvel API to display Marvel comics characters. The app uses Retrofit to fetch data from the API and displays the data in a RecyclerView. Users can search for characters and view their detailed information.

Screenshots

Splash Screen

screenshot 2

screenshot 3

screenshot 4

Search

Search

Features

  • Displays a list of Marvel comics characters
  • Users can search for characters by name
  • Users can view detailed information about each character

API Key

To use this app, you will need to obtain a Marvel API key from the Marvel Developer Portal. Once you have your key, add it to the gradle.properties file in the project root directory as follows:

MARVEL_API_KEY="https://simplifiedcoding.net/demos/marvel/"

Libraries

This app uses the following libraries:

  • Retrofit: for network requests
  • Gson: for JSON parsing
  • Picasso: for image loading
  • RecyclerView: for displaying the list of characters

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Marvel App using Rest API

https://codespacepro.com


Languages

Language:Java 100.0%