Skip to content

rorogarcete/Marvel-android

Repository files navigation

ComicsCatalog

This application is in Kotlin and consumes Marvel Api to retrieve a list of Characters. The architecture used is MVVM (Model View ViewModel) with a combination of recent Android Architecture Components released By Google.

Libraries Used

  • Architecture - A collection of libraries that help you design robust, testable, and maintainable apps. Start with classes for managing your UI component lifecycle and handling data persistence.
    • DataBinding - - Declaratively bind observable data to UI elements.
    • LiveData - Build data objects that notify views when the underlying database changes.
    • Room - Access your app's SQLite database with in-app objects and compile-time checks.
    • ViewModel - - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages