码迷,mamicode.com
首页 > 移动开发 > 详细

android message 的一些小异常

时间:2015-02-05 15:04:44      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:异常   looper   


1、java.lang.RuntimeException: Can‘t create handler inside thread that has not called Looper.prepare()
在Android中不允许Activity里新启动的线程访问该Activity里的UI组件,这样会导致新启动的线程无法改变UI组件的属性值。
出现java.lang.RuntimeException: Can‘t create handler inside thread that has not called Looper.prepare()异常
然而,我们实际需要,在很多时候都需要异步获取数据刷新UI控件,这时候采取的方法就是Handler消息机制和AsyncTask异步任务两种解决方法。

android message 的一些小异常

标签:异常   looper   

原文地址:http://blog.csdn.net/u012230055/article/details/43527119

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!