Personal Android project for learning new stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adolfo Santiago d7bb04ce80
Update binary and Windows files
8 months ago
.idea/codeStyles Init version 8 months ago
.run Changes return data, init UT 8 months ago
app Update binary and Windows files 8 months ago
characters Refactoring 8 months ago
core Refactoring 8 months ago
core-testing Restore SavedStateHandle 8 months ago
design Update binary and Windows files 8 months ago
gradle/wrapper Init version 8 months ago
.gitignore Init version 8 months ago
ARCHITECTURE.md Add Jetpack VM 8 months ago
README.md README typo 8 months ago
TODO.md Improve TODO.md 8 months ago
build.gradle Changes return data, init UT 8 months ago
gradle.properties Init version 8 months ago
gradlew Init version 8 months ago
gradlew.bat Init version 8 months ago
marvel_keys.properties.example Init version 8 months ago
settings.gradle Changes return data, init UT 8 months ago
versions.gradle Update Koin to 3.1.3 8 months ago

README.md

Marvel API

This is a client to list and see the detail of Marvel's character roster.

How to build

In order to build the application, you must follow the following steps:

  1. Download the repository.
  2. Rename the file marvel_keys.properties.example to marvel_keys.properties.
  3. Go to developer.marvel.com and make an account.
  4. Copy the public key to MARVEL_PUBLIC_KEY and the private key to MARVEL_PRIVATE_KEY inside the marvel_keys.properties file.

Documentation

The architecture of the application is described at the ARCHITECTURE file.