首页 > 其他 > 详细

Error

时间:2015-10-22 18:50:26      阅读:204      评论:0      收藏:0      [点我收藏+]
Error

Error

1 StackOverflow because of EditText‘s addTextChangedLister

We should be carefull when we use addTextChangedLister. Because if we don‘t add restrictions on text changging, we may have somes trouble that the method would be a endless loop.
afterTextChanged() –> setText() –> afterTextChanged() –> ….

1.1 TODO Solution

Provide a out entry.

*

Author: mlhy

Created: 2015-10-22 Thu 09:45

Emacs 24.5.1 (Org mode 8.2.10)

Error

原文:http://www.cnblogs.com/mlhy/p/4901756.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!