We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There are two built-in image engines:
Use any image engine like this:
Matisse.from(MainActivity.this) ... .imageEngine(new GlideEngine() | new PicassoEngine()); .forResult(REQUEST_CODE_CHOOSE);
Proguard rules are listed in the README.
Implement ImageEngine to create your own image engine.
ImageEngine