anvil
Theatre
Our great sponsors
anvil | Theatre | |
---|---|---|
7 | 0 | |
1,033 | 645 | |
1.7% | - | |
8.5 | 0.7 | |
5 days ago | over 1 year ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
anvil
-
Whetstone: A DI framework for Android that simplifies working with Dagger 2 using Anvil
In terms of of what Anvil is I'd really recommend reading the README It's a lot more flexible than Hilt and provides a code generation hook so if you have a codebase specific DI pattern you can also set that up to be auto-generated with a custom annotation if you desire.
-
Anvil, generating factories without kapt, and module structure.
Recently I've been looking into Anvil as an alternative to Dagger and realised that it can handily generate factories for you without kapt. That brings some exciting potential for build time improvement so I was eager to try it out. However very quickly I got stuck.
-
Multiplatform dependency injection libraries equivalent to Dagger/Anvil
I'm currently using Dagger and Anvil for my DI needs. It's been working really well, especially around what Anvil permits in terms of multibindings defined on the type declaration rather than in a module. For example:
Theatre
We haven't tracked posts mentioning Theatre yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
Villains & Heroes - Android app built with MVP architectural approach and uses Marvel Comics API that allows developers everywhere to access information about Marvel's vast library of comics. :zap:
Moviper - A Mosby based VIPER library for Android
Moxy - Moxy is MVP library for Android
AndroidBinding - MVVM for Android
EasyMVP - A full-featured framework that allows building android applications following the principles of Clean Architecture.
Kotgo - Create kotlin android project with one line of command.
RoboBinding - A data-binding Presentation Model(MVVM) framework for the Android platform.
Template for quickly initialize a new project
ThirtyInch - a MVP library for Android favoring a stateful Presenter
Mosby - A Model-View-Presenter / Model-View-Intent library for modern Android apps
nucleus - Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application.
kotlin-inject - Dependency injection lib for kotlin