App client for Marvel API
Marvel Comics Info is an app with information about Marvel comics. This project was created with the Jetpack Compose UI kit, the information is obtained with the help of the Retrofit library, paginated with Paging 3 and persisted with Room and Datastore.
Follow the instructions to be able to run the project correctly
- Get credentials at: https://developer.marvel.com/documentation/getting_started
- Enter the respective credentials in the gradle.properties file
- Sync the project.
API_KEY = "YOUR_API_KEY"
PRIVATE_KEY = "YOUR_PRIVATE_KEY"
Distributed under the Apache license. See LICENSE
for more information.