Skip to content

Simple project consuming Marvel API (https://developer.marvel.com/) while using some advanced Android and software components, written in Kotlin.

Notifications You must be signed in to change notification settings

JesusM/MarvelAPISample

Repository files navigation

MarvelAPISample

Simple project consuming Marvel API (https://developer.marvel.com/) while using some advanced Android and software components, written in Kotlin.

Setup

In order to make it work, you must add a keys.properties file at app module directory level. It needs to contain the APIs obtained from https://developer.marvel.com/documentation/authorization and follow this structure:

MARVEL_PRIVATE_KEY="yourPrivateKey"
MARVEL_PUBLIC_KEY="yourPublicKey"

Screenshots

Branches

  • main: meant to be the "production ready" code.
  • compose: integrating Jetpack Compose.

About

Simple project consuming Marvel API (https://developer.marvel.com/) while using some advanced Android and software components, written in Kotlin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages