Refactor application |
||
---|---|---|
.github/workflows | ||
.idea/codeStyles | ||
app | ||
characters | ||
core | ||
core-testing | ||
gradle | ||
.gitignore | ||
ARCHITECTURE.md | ||
README.md | ||
TODO.md | ||
build.gradle | ||
common.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
marvel_keys.properties.example | ||
settings.gradle |
README.md
Marvel API
This is a client to list and see the detail of Marvel's character roster.
Requirements
- Android Studio Flamingo or newer (and Java 17).
How to build
In order to build the application, you must follow the following steps:
- Download the repository.
- Rename the file
marvel_keys.properties.example
tomarvel_keys.properties
. - Go to developer.marvel.com and make an account.
- Copy the public key to
MARVEL_PUBLIC_KEY
and the private key toMARVEL_PRIVATE_KEY
inside themarvel_keys.properties
file.
Documentation
The architecture of the application is described at the ARCHITECTURE file.