Skip to content

maimingliang/previewphoto

Repository files navigation

previewphoto

简介

Android 图片预览工具

效果图

效果图02

使用

  1. 在build.gradle 文件添加

    compile 'com.maiml:previewphoto:1.0.0'

  1. 调用

  PhotoPreviewIntent intent = new PhotoPreviewIntent(this);

        intent.setPhotoPaths(photos) ////预览图片对象列表
                .setSmallWidth(width) //小图的宽
                .setSmallHeight(height)//小图的宽
                .setCurrentItem(position)//预览图片位置
                .setDefluatDrawble(R.drawable.ic_launcher) //加载错误时的图片
                .launch();

Thanks

glide

PhotoView

RxJava

关于我

简书maimingliang

最后

如果遇到问题或者好的建议,请反馈到我的邮箱,maimingliang8#163.com (# 换 @)

如果觉得对你有用的话,点一下Star赞一下吧!

About

Android 图片预览工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages