RemoteViews

个人理解:

RemoteViews views = new RemoteViews(getPackageName(), R.layout.process_widget);

RemoteViews:不在Activity里面的视图可以理解为远程视图,如:widget小桌面,Notification的通知

PendingIntent:延时意图(就是对于Intent的封装)。(PendingIntent是不会马上执行,过会儿执行)。

posted @ 2013-02-26 00:09  My_苦行僧  阅读(157)  评论(0编辑  收藏  举报