Android开源:AndLinker-Android 上的 IPC 库 经验

build.gradle 中添加 jcenter() 仓库 allprojects { repositories { jcenter() } } 在App的 build.gradle 中添加如下依赖

GGWBrodie 2018-03-18   36473   0

React Native 实例 - 房产搜索 经验

修改 Android 的 Gradle 构建版本. dependencies { classpath 'com.android.tools.build:gradle:1.2.3' } 运行 iOS

ctpy9661 2016-04-12   14854   0

实现了Google新的material design FAB toolbar 经验

    } }); 依赖 Gradle: dependencies {     compile 'com.github.alexkolpa:floating-action-button-toolbar:0

jopen 2015-06-17   15759   0

Android架构演化之路 经验

使用Lambdas可以省去大量的样板代码, 就像下面的代码块: private final Action1 saveToCacheAction = userEntity ->

jopen 2015-10-29   16440   0

IntelliJ IDEA 14 早期预览版发布 资讯

test class. General IDE : The new Code cleanup action (available via Analyze → Code Cleanup or as an

jopen 2014-06-28   13869   0

Android开发免费类库和工具集合 经验

用于Android开发的免费类库和工具集合,按目录分类。 Action Bars ActionBarSherlock Extended ActionBar FadingActionBar GlassActionBar

jopen 2014-07-02   106954   0

当钢铁侠反应更灵敏-RxJava 经验

Lambda 表达式的特性。 Retrolambda 可以通过 Gradle 或 Maven 的方式来使用,我选择 Gradle 是因为 Android Studio 对其支持的很好。要使用它你只需要将

MartiLyles 2015-07-06   12254   0

Android类库框架汇总:awesome-android 经验

com/AutSoft/CircularTools fab-transformation Support Floating Action Button transformation for Android https://github

jopen 2015-09-19   232595   0

Pinterest app中的长按菜单效果:BubbleActions 经验

Pinterest app中的长按菜单效果。 使用说明: Gradle compile 'me.samthompson:bubble-actions:1.1.0' 例子 创建 BubbleActions

jopen 2016-01-19   14950   0

给 ActionBar-MenuItem 显示角标:Android-ActionItemBadge 经验

need to add the following dependency to yourbuild.gradle. dependencies { compile (' com .mikepenz:actionitembadge:2

mxw8 2015-06-20   39909   0

带展开菜单的浮动操作按钮 经验

像标准menu那样在xml里设置,还可以定义fab的位置。 使用说明: 开始 把依赖添加进gradle.build dependencies {     compile 'io.github.ya

Annabelle 2016-01-28   42627   0

codepath教程:浮动操作按钮详解 经验

原文: Floating Action Buttons 概览 浮动操作按钮 (简称 FAB) 是: “一个特殊的promoted操作案例。因为一个浮动在UI之上的圆形图标而显得格外突出,同时它还具有特殊的手势行为”

xx24 2015-07-18   123279   0

最全最好用的Android Studio插件整理 经验

n Adds a new action ‘SerialVersionUID’ in the generate menu (alt + ins). The action adds an serialVersionUID

MarACT 2016-11-28   261929   0

在2014年中针对Java Web框架的8本最好书籍 资讯

Learning Vaadin 7, Second Edition GWT in Action Grails in Action Play for Java: Covers Play 2 Instant Apache

jopen 2014-09-29   64339   0

Android Tips - 专业填坑手册 经验

Google推荐的图片加载库Glide介绍 GradleGradle 构建你的android程序 Android Studio系列教程四--Gradle基础 使用Gradle构建Android项目 使用Gradle管理你的Android

jopen 2015-09-14   259414   0

基于原生的MediaPlayer API Android 视频播放器 经验

。 Dependency Add this in your module's build.gradle file: dependencies { // ... other dependencies

bonzaivyg 2016-05-16   42627   0

Android7.1图标快捷方式(AppShortcuts)实现Demo 经验

最低兼容版本为23(因为动态快捷方式使用 Icon 类) module 的build.gradle配置如下: apply plugin: 'com.android.application' android

cong15gong 2016-10-20   20545   0

IntelliJ IDEA 15 EAP,支持动态代码重复检测 资讯

History of test results Inline statistics Gradle/SBT Importing selected modules from a project

jopen 2015-08-13   11216   0

纸墨设计文档: Toolbar 经验

obar 会遮挡下面的内容并且内容不能穿过 Toolbar。 如何使用 在项目的 build.gradle 文件中添加 appcompat 和 design 库: Java dependencies

jopen 2016-01-12   23507   0

Android 开发最佳实践 经验

client Good Practices 这两篇文章。 摘要 使用 Gradle 和它推荐的工程结构 把密码和敏感数据放在gradle.properties 不要自己写 HTTP 客户端,使用Volley或OkHttp库

dd2d 2015-03-17   67184   0
1 2 3 4 5 6 7 8 9 10