joaoplay16 / marvel-comics-info

Comics Info, is an App client for the Marvel API, which obtains information about Marvel comics. Developed in Kotlin, using the Jetpack Compose UI kit.

Home Page:https://play.google.com/store/apps/details?id=com.playlab.marvelcomicsinfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

en

LinkedIn MIT License

Mavel Comics Info

Sobre o projeto

App client para API Marvel

Marvel Comics Info é um app com informações sobre os quadrinhos Marvel. Este projeto foi criado com o UI kit Jetpack Compose, as informações são obtidas com a ajuda da biblioteca Retrofit, paginadas com Paging 3 e persistidas com Room e Datastore.

Screenshots

Bibliotecas utilizadas

Começando

Siga as instruções para conseguir executar o projeto corretamente

  1. Obtenha as credenciais em: https://developer.marvel.com/documentation/getting_started
  2. Insira as respectivas credenciais no arquivo gradle.properties
  3. Syncronize o projeto.
API_KEY = "YOUR_API_KEY"  
PRIVATE_KEY = "YOUR_PRIVATE_KEY"

Licença

Distribuído sob a licença Apache. Ver LICENSE para mais informações.

Contato

joaoplay16@gmail.com

About

Comics Info, is an App client for the Marvel API, which obtains information about Marvel comics. Developed in Kotlin, using the Jetpack Compose UI kit.

https://play.google.com/store/apps/details?id=com.playlab.marvelcomicsinfo

License:Other


Languages

Language:Kotlin 99.3%Language:Java 0.7%