Skip to content

gamarcos/marvel_app

Repository files navigation

marvel_app

Android application using Marvel API

Introduction

Functionality

  • Search for marvel characters
  • See your bio
  • See your comics

Project Architecture

The project follows the concept of Android architecture components and Clean architecture:

Image of Android architecture components Image of Clean architecture

Technologies

  • Coroutines
  • Retrofit
  • Dagger2
  • Navigation

API

http://gateway.marvel.com/

Tests

  • SearchViewModelTest
  • CharacterDataTest
  • In Progress