hadiyarajesh / marvel-heroes

This repository demonstrate Marvel Heroes using Jetpack Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marvel’s Comic Characters App

This repository contains the code for Marvel’s Comic Characters App. It is created with MVVM architecture using Kotlin and includes the following popular libraries:

  • Hilt - Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.
  • Room - Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
  • Retrofit - A type-safe HTTP client for Android and the JVM.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Coil - Image loading for Android backed by Kotlin Coroutines.

How to run

To run this project,

  1. Visit Marvel’s developer API and create your API KEY
  2. Add following entry to your local.properties file
apiPublicKey=YOUR_API_PUBLIC_KEY
apiPrivateKey=YOUR_API_PRIVATE_KEY

Visuals

See the video of app walkthrough here

Release build

Get ready-to-install relase build of the app here

Annotation Processing

This project uses Kotlin Symbol Processing (KSP) for annotation processing, which provides faster build times compared to KAPT.

Build and Configuration Caching

This project also takes advantage of Gradle's Build Cache and Configuration Cache features to speed up builds and reduce build times. Note that these features may not always provide significant improvements in build times depending on the project structure and build complexity.

Contribution

Contributions to this project are welcome! If you encounter any problems or have suggestions for improvement, feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License.

About

This repository demonstrate Marvel Heroes using Jetpack Compose.

License:MIT License


Languages

Language:Kotlin 100.0%