Skip to content

功能介绍及使用说明

Trinea edited this page Jun 19, 2012 · 1 revision

本工程包含公共的View以及一些工具类,但不包含相应Demo,Demo地址见AndroidCommonDemo,目前主要包括

一、公用的view

1、下拉刷新listView(DropDownToRefreshListView)

使用:[http://trinea.iteye.com/blog/1560986](http://trinea.iteye.com/blog/1560986)
实现原理:[http://trinea.iteye.com/blog/1562281](http://trinea.iteye.com/blog/1562281)

2、可以响应各个方向CompoundDrawables点击操作的TextView(CompoundDrawablesTextView)

使用:[http://trinea.iteye.com/blog/1562385](http://trinea.iteye.com/blog/1562385)
实现原理:[http://trinea.iteye.com/blog/1562388](http://trinea.iteye.com/blog/1562388)

二、工具类

1、图片缓存

使用:待补充
实现原理