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.
- Displays a list of Marvel comics characters
- Users can search for characters by name
- Users can view detailed information about each character
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/"
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
This project is licensed under the MIT License - see the LICENSE file for details.