摘要: #OnScrollListenerPro## ————OnScrollListener 加强版@[Android|ListView|OnScrollListener]----------在写listview的时候很时候我们都会遇到一些场景1. 判断当前是向上滚动,精确到px2. 判断是否滚动到最后一... 阅读全文
posted @ 2014-11-03 23:15 hangox 阅读(200) 评论(0) 推荐(0) 编辑
摘要: #dp和px的转换@[Android|DP|PX|转换 ]```java /** * 根据手机的分辨率从 dp 的单位 转成为 px(像素) */ public static int dip2px(Context context, float dpValue) {... 阅读全文
posted @ 2014-11-03 21:16 hangox 阅读(316) 评论(0) 推荐(0) 编辑