Slider: Android可以滑动页面的项目 经验

attach*方法返回的接口对象,通过该接口可以操作或者获得Slider对象。 使用项目 在项目的build.gradle文件中添加库依赖 dependencies{ compile 'com.komi.slider:slider:0

Android开源库-仿360手机助手底部动画菜单布局 经验

index) 清除指定Item的未读消息 在项目中添加此组件的方式: Step 1. 项目的build.gradle文件做如下修改 allprojects { repositories { ... maven {

r569594043 2016-10-09   6411   0

Android RenderScript 简单高效实现图片的高斯模糊效果 经验

renderscript.ScriptIntrinsicBlur; 同时,在 app/build.gradle 文件的 defaultConfig 配置中,添加如下两行内容即可: defaultConfig

crljjohzyv 2016-10-20   37627   0

Android官方底部Tab栏设计规范 经验

repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories

ruffiantoo 2016-04-29   27053   0

XStateController,几近完美的状态控制机来袭 经验

支持异常情况的状态保存 可以设置一个或几个状态,无需全部状态设置 集成步骤 step1 在根项目的 build.gradle 文件中添加 allprojects { repositories { ... maven {

erose_lu 2017-02-07   7705   0

RecyclerViewBanner:使用 RecyclerView 做的轮播图 经验

to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories

taidi5 2017-02-22   6734   0

创建Material Design风格的Android应用--应用主题 经验

Design风格,则需要使用最新的support library(version 21),可以直接把项目引入工程,或者使用gradle构建,增加compile    dependency: dependencies { compile

jopen 2014-10-19   110256   0

各种类型的Android进度条:CircleProgress 经验

DonutProgress, CircleProgress, ArcProgress Usage Gradle dependencies { compile ' com.github.lzyzsd:circleprogress:1

jopen 2014-11-14   120370   0

Android的媒体管理框架:Glide 经验

的获取、大小调整和展示。近日,Glide 3.0发布,现已提供 jar包下载 ,同时还支持使用Gradle以及Maven进行构建。该版本包括很多值得关注的新功能,如支持Gif 动画和视频剧照解码、智能

jopen 2014-09-05   58699   0

iOS风格的Titlebar - BGATitlebar-Android 经验

demo中演示了各种情况的标题和新浪微博首页选择微博分类案例 效果图 基本使用 1.添加Gradle依赖 dependencies { compile 'com.android.support:appcompat-v7:22

jopen 2015-07-24   17667   0

Android MVP 实例 经验

实例 简单的请求天气功能,演示Android MVP是如何使用的 效果预览 准备 gradle文件 1 compile 'com.loopj.android:android-async-http:1

pcbbe 2015-09-27   47813   0

带动画的下拉刷新RecyclerView 经验

瀑布流列表使用的是自定义Header和Footer的下拉刷新和上拉上拉加载。 用法: Gradle: dependencies { compile 'com.sch.rfview:Anim

464206200 2015-08-08   130780   0

使用Go语言开发Android&IOS应用 经验

org/x/mobile/example/bind/android 修改配置文件hello/build.gradle 最后 Build & Run <完> 备用选项: $ gomobile bind

jopen 2015-09-12   72964   0

Android 相册Gallery组件:ImageGallery 经验

large images like those seen on Unsplash Setup Gradle compile 'com.github.lawloretienne:imagegallery:0

jopen 2015-09-13   12761   0

Android专用Log开源项目――KLog 经验

  public static final boolean LOG_DEBUG = true; } 在build.gradle中配置LOG_DEBUG字段在debug版本和release版本的属性值。 android {

jopen 2016-01-19   11013   0

GreenDao的简单使用说明(四)特殊的单表1:n 经验

ADD 'audio_path' TEXT;"); // TODO break; } } 三, 在Gradle面板中,运行MyDaoGenerator,为其生成新的表和操作层 运行后的结果: ChongAsbury 2016-02-12   9232   0

ZeusPlugin第一个插件 经验

} } }); 最后,如果你的项目用到资源文件,记得还要修改hello项目的 build.gradle 文件,添加如 aaptOptions.additionalParameters '--PLUG-resoure-proguard'

游其是你 2016-08-25   9371   0

Android开源 - 简单易用的 RecyclerView.Adapter 封装库 经验

Installation add the dependency to your build.gradle: compile 'com.github.nukc:recycleradapter:0.1'

剑皇萧剑 2016-11-18   10845   0

Android自定义控件之图片添加器 经验

6.支持加载本地图片(使用方法.addImage(String imagePath)); Gradle (如不能使用可能是因为jcenter还没审核完) compile 'me.zhouzhuo

LauraWardel 2016-10-10   9728   0

Android开源:suitline-小巧且高效的线性图表组件 经验

注意:SuitLines需要项目的 API >= 14 1.集成 第一种:通过build.gradle方式集成 compile 'tech.linjiang:suitlines:1.0.0' 第二

MinFields 2017-04-27   14120   0
1 2 3 4 5 6 7 8 9 10