Skip to content

A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Dagger Hilt) architecture and built using Airbnb's Epoxy library

License

Notifications You must be signed in to change notification settings

semani2/MarvelEpoxy

Repository files navigation

Marvel Epoxy

License API Build Status

A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Dagger Hilt) architecture and built using Airbnb's Epoxy library.


Download

Go to the Releases to download the lastest APK.

Open-source libraries

  • Minimum SDK level 23
  • Kotlin
  • Coroutines
  • JetPack
    • LiveData
    • ViewModel
    • Room
  • Architecture
    • MVVM Architecture (View - ViewModel - Model)
    • Repository pattern
  • Epoxy - Building complex views using a RecyclerView
  • Dagger Hilt.
  • Retrofit2.
  • Moshi.
  • OkHttp3 - Logging Interceptor.
  • Coil - Image loading backed by Kotlin Coroutines.
  • Timber - logging.

Architecture

Marvel Epoxy is based on MVVM architecture and a repository pattern.

architecture

Find this repository useful?

Support it by joining stargazers for this repository. ⭐
And follow

License

Designed and developed by 2020 semani2 (Sai Emani)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Dagger Hilt) architecture and built using Airbnb's Epoxy library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages