MindOrks
Blogs
Android Store
Courses
YouTube
AfterAcademy
Search
Login
MindOrks
Android Store
Search Android Libraries, Projects, and Tools
Link to MindOrks Open Source Projects
Click here to get your library listed.
Search Category Here
2 D Engines
3 D Engines
9 Patch
Action Bars
Activities
ADB
Advertisements
Analytics
Animations
ANR
AOP
API
APK
APT
Architecture
Audio
Autocomplete
Background Processing
Backward Compatibility
Badges
Bar Codes
Benchmarking
Bitmaps
Bluetooth
Blur Effects
Bread Crumbs
BRMS
Browser Extensions
Build Systems
Bundles
Buttons
Caching
Camera
Canvas
Cards
Carousels
Changelog
Checkboxes
Cloud Storages
Color Analysis
Color Pickers
Colors
Comet Push
Compass Sensors
Conferences
Content Providers
Crash Reporting
Credit Cards
Credits
CSV
Curl Flip Effects
Data Binding
Data Generators
Data Structures
Database
Date And Time Pickers
Debugging
Decompilers
Deep Links
Dependency Injections
Design
Design Patterns
Dex
Dialogs
Distributed Computing
Distribution Platforms
Download Managers
Drawables
Emoji
Emulators
EPUB
Equalizers And Visualizations
Event Buses
Exception Handling
Face Recognition
Feedback And Ratings
File Directory Choosers
File System
Fingerprint
Floating Action Buttons
Fonts
Forms
Fragments
FSM
Functional Programming
Gamepads
Games
Geocaching
Gestures
GIF
Glow Pad Views
Gradle Plugins
Graphics
Grid Views
Highlighting
HTML
HTTP Mocking
Icons
IDE
IDE Plugins
Image Croppers
Image Loaders
Image Pickers
Image Processing
Image Views
Instrumentation
Intents
Job Schedulers
JSON
Keyboard
Kotlin
Layouts
Library Demos
List View Sections
List Views
Localization
Location
Lock Patterns
Logcat
Logging
Dependency Injections
butterknife
24217 Stars
ButterKnife is a view "injection" library for Android which uses annotation processing to generate boilerplate code for you.
Jul 5, 2014, JakeWharton
dagger
13850 Stars
A fast dependency injector for Android and Java.
Aug 26, 2014, google
androidannotations
10840 Stars
AndroidAnnotations is an Open Source framework that speeds up Android development. It takes care of the plumbing, and lets you concentrate on what's really important. By simplifying your code, it facilitates its maintenance.
Jul 5, 2014, androidannotations
dagger
7075 Stars
A fast dependency injector for Android and Java.
Jul 5, 2014, square
roboguice
3858 Stars
RoboGuice smoothes out some of the wrinkles in your Android development experience and makes things simple and fun. It's a Google Guice on Android.
Jul 5, 2014, roboguice
kotterknife
2242 Stars
Butter Knife-esque view binding for Kotlin.
Jan 27, 2015, JakeWharton
shortbread
1746 Stars
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, MatthiasRobbers
tiger
1701 Stars
Tiger - the fastest java dependency injection framework.
Aug 26, 2016, google
dart
1188 Stars
Extra "injection" library for Android which uses annotation processing to generate code that does direct field assignment of your extras.
Jan 28, 2015, f2prateek
toothpick
860 Stars
Toothpick is a scope tree based Dependency Injection (DI) library for Java.
May 30, 2016, stephanenicolas
pocketknife
407 Stars
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, hansenji
feather
289 Stars
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, zsoltherpai
transfuse
225 Stars
Transfuse is a Java Dependency Injection (DI) and integration library geared specifically for the Google Android API.
Jul 5, 2014, johncarl81
declex
172 Stars
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, smaugho
Michelangelo
141 Stars
Layout inflation library for Android which uses annotation processing to write the code you don't want to write and simplify your compound views.
Jan 3, 2015, RomainPiel
katana
131 Stars
Lightweight, minimalistic dependency injection library for Android & Kotlin.
Dec 11, 2018, rewe-digital-incubator
AndroidAutowire
107 Stars
Using Java Annotations and Reflection, this library will allow you to replace some of annoying boilerplate setup from your Activities, Fragments, and Views with an annotation based approach.
Jan 28, 2015, CardinalNow
Spork
78 Stars
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, ByteWelder
DaggerViewModel
62 Stars
An integration Module for injecting Google Architecture Components' ViewModel into Dagger2-injected Android activities and fragments.
Sep 18, 2017, alexfacciorusso
DaggerAutoInject
47 Stars
Inject automatically your Activities & Fragments, just with a simple annotation.
May 23, 2017, florent37
Kinject
38 Stars
A fast dependency injector for Android and Java. Kinject has been thought to get the following objectives:
Jul 17, 2016, Wokdsem
proton
33 Stars
A lightweight dependency injection framework for Android.
Jan 11, 2015, hnakagawa
ViewHolderInflater
31 Stars
The fastest view-injection Android library that populates View Holders. Using annotation processing, this library generates findViewById(), saves code by connecting view-related methods to your views without need to findViewById and then setOnClickListener, and some other smart features that make it amazingly easy to use.
Dec 22, 2014, raizlabs
LittleKnife
31 Stars
Simple View injection framework to be used as a tool for learning compile-time Annotation Processing.
Sep 24, 2014, emmano
Scoper
19 Stars
Lightweight Dagger 2 scoped component management library.
Aug 5, 2016, bgogetap
ButterKnifeLite
17 Stars
Light version of ButterKnife's concepts.
Sep 29, 2016, janishar
Napkin
17 Stars
Common scopes, qualifiers, modules and few utilities for Dagger 2.
Nov 19, 2016, AleksanderMielczarek
injectio
13 Stars
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, injectio
android-lifecycle-services
10 Stars
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, juanmc2005
Glue
10 Stars
A lightweight view and resource injection library for android
Mar 10, 2016, rohitshampur
FudiAnnotation
6 Stars
Android Annotation Library for Widgets Design. @ItemWidget, @TabHostWidget, @ViewPagerWidget, @SpinnerSelected, @GroupButtonSeleted, @OnFocus, @RegularExpression.
Sep 13, 2018, romellfudi
android-ghostfish
3 Stars
GhostFish is a very lightweight and fast dependency injection container for Android.
May 15, 2018, daanipuui
Mails
Maps
Markdown
Mathematics
Maven Plugins
M Baa S
Media
Menus
Messaging
Mobile Web Frameworks
Native Image Processing
Navigations
NDK
Networking
NFC
No SQL
Number Pickers
O Auth
Object Mocking
OCR Engines
Open GL
ORM
Other Pickers
Others
Parallax List Views
Parcelables
Particle Systems
Password Inputs
PDF
Permissions
Physics Engines
Platforms
Plugin Frameworks
Preferences
Progress Indicators
Pro Guard
Properties
Protocol Buffer
Pull To Refresh
Purchases
Push Notifications
QR Codes
Quick Return
Radio Buttons
Range Bars
Ratings
Reactive Programming
Recycler Views
Resources
REST
Ripple Effects
RSS
Rx Java
Screenshots
Scripting
Scroll Views
SDK
Search Inputs
Security
Sensors
Services
Showcase Views
Signatures
Sliding Panels
Snackbars
SOAP
Social Networks
Spannable
Spinners
Splash Screens
SSH
Static Analysis Tools
Status Bars
Styling
SVG
System
Tags
Task Managers
TDD And BDD
Template Engines
Testing
Testing Tools
Text Formatting
Text Views
Text Watchers
Text To Speech
Toasts
Toolkits For Other PL
Tools
Tooltips
Trainings
TV
Twitter
Updaters
USB
User Stories
Utils
Validation
Video
View Adapters
View Pagers
Views
Watch Face
Wearable Data Layer
Wearables
Weather
Web Tools
Web Views
Web RTC
Web Sockets
Wheel Widgets
Wi Fi
Widgets
Windows
Wizards
XML
XMPP
YAML
ZIP Codes
Become Pro in Android by watching vid
eos
MindOrks YouTube
OUR LEARNERS WORK AT