Giter VIP home page Giter VIP logo

ximgpikerdemo's Introduction

XIMGPikerDemo

一款多图片选择器

首先先看下效果吧,因为是android 原生模拟器录制的gif,android8.0系统录制的 效果不是太好,后续更新吧。。。。。

image

使用

1、在你需要使用的地方 直接使用Intent跳转到 PickOrTakeImageActivity 如: Intent intent =newIntent(MainActivity.this,PickOrTakeImageActivity.class);

startActivityForResult(intent,0x001);

2、重写onActivityResult 方法,然后使用 ArrayList imgs = data.getStringArrayListExtra("data"); 获取得到一个图片集合,得到的是 本地图片的路径,然后就可以使用这些路径去操作图片啦

最后,此项目已经上传到jcenter仓库了,放下引入方式吧。。。。

compile'com.twlk:XIMGPiker:1.0.2'

说明

此项目中引入的第三方依赖库有,感谢

compile'com.jakewharton:butterknife:8.7.0'

compile'com.github.bumptech.glide:glide:3.8.0'

compile'com.android.support:design:25.2.0'

compile'top.zibin:Luban:1.1.2'

ximgpikerdemo's People

Contributors

twlk-jzy avatar

Stargazers

kris avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.