当前位置:
代码迷
>>
Android
>> ViewGroup刷新有关问题
详细解决方案
ViewGroup刷新有关问题
热度:
47
发布时间:
2016-05-01 22:10:53.0
ViewGroup刷新问题
我做了个ViewGroup滑动界面,我有张图要变化,我需要刷新,我调用adapter.notifyDataSetChanged();没反应,用重新载入setAdapter();后会黑屏,然后点menu按钮才可以刷新,是怎么回事啊,急啊,各位大侠帮帮我
------解决方案--------------------
了解一下UI线程,用UI线程去做
相关解决方案
ViewGroup 跟 View 事件传递及处理小谈
android.view.ViewGroup.LayoutParams引见
android.view.ViewGroup$LayoutParams cannot be cast to android.widget.AbsListView$LayoutParams
Android 代码动态设置margin(报错:ViewGroup$MarginLayoutParams cannot be cast to android.widget.LinearLayout)