摘要: reference to : http://blog.csdn.net/lovexieyuan520/article/details/50614086 这篇博客主要记录我认为比较有用的Android开源框架或者工具,我会持续添加,推荐给大家 1、这里面包含了很多的工具类,包括数据校验工具类,文件操作 阅读全文
posted @ 2016-11-04 22:50 demoblog 阅读(278) 评论(0) 推荐(0) 编辑
摘要: reference to : http://blog.csdn.net/lovexieyuan520/article/details/50846569 在默认的Android控件ListView在顶部是不显示分割线的,但是我们可以使用一些技巧来显示。我们先来看下默认情况下ListView显示的效果: 阅读全文
posted @ 2016-11-04 22:45 demoblog 阅读(2120) 评论(0) 推荐(0) 编辑
摘要: referece to : http://blog.csdn.net/beibeixiao/article/details/9032569 1. 在Android开发中会发现,有时listView和GridView的item顶层布局不起作用,即不能设置高度和宽度 原因是当用自定义的adapter时, 阅读全文
posted @ 2016-11-04 22:13 demoblog 阅读(3921) 评论(1) 推荐(2) 编辑
摘要: Java中List.remove(removeRange,clear类似) 报出 UnsupportedOperationException 的错误。原来该List是一个AbstractList,不支持增删改操作。 一般情况下我们会使用 LinkedList 和 ArrayList ,什么情况下出现 阅读全文
posted @ 2016-11-04 10:28 demoblog 阅读(4400) 评论(0) 推荐(1) 编辑