Skip to content

JingYeoh/PhotoPicker

Repository files navigation

PhotoPicker

简介

This is an android PhotoPicker and using fragment as the carrier.(这是一个使用Fragment作为载体的安卓图片选择器)

最新版本

模块 supportfragment
最新版本 Download

集成

Maven集成

<dependency>
  <groupId>com.justkiddingbaby.support</groupId>
  <artifactId>photopicker</artifactId>
  <version>最新版本</version>
  <type>pom</type>
</dependency>

JCenter集成

第一步 在项目build.gradle中添加

repositories {
    jcenter()
}

第一步 在module的build.gradle中添加

compile 'com.justkiddingbaby.support:photopicker:最新版本'

About

This is an android PhotoPicker and using fragment as the carrier.(这是一个使用Fragment作为载体的安卓图片选择器)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages