Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

PopKorn is a simple, powerful and lightweight Dependency Injector 100% Kotlin. It doesn't need any boilerplate, just use it.

Mar 20, 2020

A simple two-classes DI container written in Kotlin but Java-friendly.

Oct 24, 2019

Enrich dagger's functionality with ability to perform type binding without boilerplate code.

Jun 30, 2019

Tool to simplify dependency injection with dagger into ViewModel classes.

Jun 13, 2019

Dependency injection framework for Kotlin developers.

Feb 28, 2019

A small library that will help you to manager the Dagger Components.

Benefits

  • No need to save the components somewhere
  • No need to remove the component when the Activity/Fragment is going to be destroyed
  • The components will be saved while the rotation changes
Dec 25, 2018

Lightweight, minimalistic dependency injection library for Android & Kotlin.

Dec 11, 2018

Android Annotation Library for Widgets Design. @ItemWidget, @TabHostWidget, @ViewPagerWidget, @SpinnerSelected, @GroupButtonSeleted, @OnFocus, @RegularExpression.

Sep 13, 2018

A simple dependency injection library for Android.

Jul 22, 2018

GhostFish is a very lightweight and fast dependency injection container for Android.

Using annotation processors, GhostFish compiles a list of application scoped beans in asset/beans.txt file.

During this stage, it also adds code allowing dependency injection to every non-bean class containing at least 1 @Inject annotation.

May 15, 2018

Tiny lifecycle aware dependency provider for Android. It's inspired in the ViewModelProviders from Android Architecture Components and it relies on Service Tree to retain instances organized according to the structure and active components of your application. It aims to manage object creation in a smart way.

Feb 11, 2018

Annotation Field Injector Library written in Kotlin

PyxInjector help you to inject field, methods by various annotation field.

Oct 23, 2017

An integration Module for injecting Google Architecture Components' ViewModel into Dagger2-injected Android activities and fragments.

Sep 18, 2017

Inject automatically your Activities & Fragments, just with a simple annotation.

May 23, 2017

DecleX is an open source framework that aims to get closer to a fully Declarative Language for Android Development. It facilitates the writing and the maintenance of applications, reducing the amount of code that should be written. It uses a clean Pseudo Java Code and Java Annotations, getting rid of the verbosity of the Java Language itself.

Apr 2, 2017

Android library that generates app shortcuts for activities and methods annotated with @Shortcut. No need to touch the manifest, create XML files or use the shortcut manager. Just annotate the code that you want the shortcut to call.

Feb 16, 2017

Common scopes, qualifiers, modules and few utilities for Dagger 2.

Nov 19, 2016

Light version of ButterKnife's concepts.

Sep 29, 2016

Tiger - the fastest java dependency injection framework.

Aug 26, 2016

Lightweight Dagger 2 scoped component management library.

Aug 5, 2016

A fast dependency injector for Android and Java. Kinject has been thought to get the following objectives:

  • Ease to configure.
  • Clean way to satisfy dependencies.
  • High performance without lose flexibility.
  • Integration little intrusive and easily abstractable.
  • Dependencies graph validation in compilation time.
  • Based on code generation.
  • Proguard friendly.
Jul 17, 2016

Toothpick is a scope tree based Dependency Injection (DI) library for Java.

It is a full-featured, runtime based, but reflection free, implementation of JSR 330.

May 30, 2016

Spork is an annotation processing library to speed up development on your projects. It allows you to write less boilerplate code to make your code more readable and maintainable.

Mar 17, 2016

A lightweight view and resource injection library for android

Mar 10, 2016

The indirect-injector simplify confusion of communication between activity and fragment, and dependencies.

Jan 10, 2016

Tiny and nice injections syntax sugar for Android. If you're using heavy injection frameworks just to inject views and resources try this.

Jan 8, 2016

Feather is an ultra-lightweight dependency injection (JSR-330) library for Java and Android. It's main goal is to deliver easy-to-use basic dependency injection functionality with high performance and - taken to the extreme - small footprint.

Sep 28, 2015

Intent and Bundle "injection" library for Android which uses annotation processing to generate boilerplate code for you. This library is based on ButterKnife and Dagger.

Jun 24, 2015

Vitamin Saber provides resource injection for Android (@InjectResource(resId)). It is annotation processor based and will provide all the speed you need on Android by avoiding reflection.

Jun 22, 2015

Dagger Play is a small set of reusable classes for Dagger injection. There many ways to implement Dagger into your project. Unfortunately memory leaks can occur easily if you implement it without attention.

May 4, 2015