AndroidImageSlider Android 图片处理库开源项目

我要开发同款
匿名用户2016年03月18日
46阅读
开发技术Java
所属分类AndroidUI组件、手机/移动开发、Android UI 组件
授权协议MIT

作品详情

AndroidImageSlider库开发者是代码家,该库是为Banner图片滑动提供多种动画效果,还可以轻易为Banner加载网络图片。

Demo:

使用

Gradle

dependencies {        compile "com.android.support:support-v4:+"        compile 'com.squareup.picasso:picasso:2.3.2'        compile 'com.nineoldandroids:library:2.4.0'        compile 'com.daimajia.slider:library:1.1.5@aar'}

Maven

<dependency>    <groupId>com.squareup.picasso</groupId>    <artifactId>picasso</artifactId>    <version>2.3.2</version></dependency><dependency>    <groupId>com.nineoldandroids</groupId>    <artifactId>library</artifactId>    <version>2.4.0</version></dependency><dependency>    <groupId>com.daimajia.slider</groupId>    <artifactId>library</artifactId>    <version>1.1.2</version>    <type>apklib</type></dependency>

添加权限

<!-- if you want to load images from the internet --><uses-permission android:name="android.permission.INTERNET" /> <!-- if you want to load images from a file OR from the internet --><uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

布局使用

<com.daimajia.slider.library.SliderLayout        android:id="@+id/slider"        android:layout_width="match_parent"        android:layout_height="200dp"/>
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论