安卓学习之路
文章平均质量分 83
白沙丶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android---Data Binding使用入门
一直没使用过Data Binding,今天就来学习一下,有兴趣的朋友可以直接看官网的介绍Data Binding准备工作首先要在build.gradle中添加一句dataBinding { enabled = true }添加的位置是这样的android { compileSdkVersion 23 buildToolsVersion "23.0.3"原创 2016-09-22 14:41:14 · 1491 阅读 · 0 评论 -
Android之ViewDragHelper的使用
Android之ViewDragHelper的使用关于ViewDragHelper官方文档的介绍是: ViewDragHelper is a utility class for writing custom ViewGroups. It offers a number of useful operations and state tracking for allowing a user to dr原创 2016-09-26 20:28:24 · 320 阅读 · 0 评论
分享