android 事件
监听
保存从String类型到各种类型的映射。
A mapping from String values to various Parcelable types.
void android.os.BaseBundle.putString(String key, String value)
放入String类型的键值对。
Inserts a String value into the mapping of this Bundle。
String android.os.BaseBundle.getString(String key)
返回Bundle中设置的与key对应的value。
android.os.Handler
处理消息的类。
void android.os.Handler.handleMessage(Message msg)
定义了收到消息后要做哪些事。该方法需要被重写。
boolean android.os.Handler.sendMessage(Message msg)
将一个消息推送到消息队列的尾部。
Pushes a message onto the end of the message queue。
获取消息中的Bundle.
Obtains a Bundle of arbitrary data associated with this event。
sample
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。