问题解决
哼哼_hello
这个作者很懒,什么都没留下…
展开
-
findViewById返回Null 该如何处理?View 中加载View的方法
网上搜了下,拾人牙慧,总结原因,一般为3种:1.在另一个view的元素应该用baseView.findViewById()来拿findViewById()是要指定view的,如果在该view下找不到,自然报null。平时注意养成写view.findViewById()的习惯就不容易错了。 2.findViewById在setContentView(R.layout.main);之前原创 2014-03-14 14:59:21 · 548 阅读 · 0 评论 -
listview 中添加title的方法
1. 该view (headertitle.xml )的页面样式在本页面中(headertitle.xml)自己调好;而不是在父页面中调试;2.原创 2014-03-14 11:49:22 · 1915 阅读 · 0 评论 -
使用ListView的addFooterView或者addHeaderView报错或者不知名的异常:at android.widget.ListView.clearRecycledState(List
问题:Caused by: java.lang.NullPointerException at android.widget.ListView.clearRecycledState(ListView.java:522) at android.widget.ListView.resetList(ListView.java:508) at android.widg原创 2014-03-14 14:34:09 · 1092 阅读 · 0 评论