# PhotoPicker **Repository Path**: stanhe/PhotoPicker ## Basic Information - **Project Name**: PhotoPicker - **Description**: choose picture with camera or gallery - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-12 - **Last Updated**: 2022-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://jitpack.io/v/stanhe/PhotoPicker.svg)](https://jitpack.io/#stanhe/PhotoPicker) ## PhotoPicker used for pick a photo by camera or gallery. ## Useage Step 1. Add the [JitPack dependence](https://www.jitpack.io/#stanhe/PhotoPicker/) ``` //Add it in your root build.gradle at the end of repositories allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } ``` ``` //Add the dependency dependencies { compile 'com.github.stanhe:PhotoPicker:${latestVersion}' } ``` Step 2. See [MainActivity](https://github.com/stanhe/PhotoPicker/blob/master/app/src/main/java/com/stan/choosepicture/MainActivity.java) ## LICENSE see the [License](https://github.com/stanhe/PhotoPicker/blob/master/LICENSE) file (MIT)