Skip to content

Instantly share code, notes, and snippets.

@zhenikk
zhenikk / ImagePicker.java
Created October 27, 2015 19:22 — forked from Mariovc/ ImagePicker.java
Utility for picking an image from Gallery/Camera with Android Intents
/**
* Author: Mario Velasco Casquero
* Date: 08/09/2015
* Email: [email protected]
*/
public class ImagePicker {
private static final int DEFAULT_MIN_WIDTH_QUALITY = 400; // min pixels
private static final String TAG = "ImagePicker";