Android Editable

在android的sdk中有讲,“This is the interface for text whose content and markup can be changed (as opposed to immutable text like Strings).”

这表明Editable 是个借口,而且内容是可以改变的,但string类型的content是不能改变的。

posted @ 2015-01-07 09:57  星辰之力  阅读(1170)  评论(0编辑  收藏  举报