본문 바로가기

안드로이드

[앱위젯] appwidgetManager

void     updateAppWidget(int[] appWidgetIds, RemoteViews views)

Set the RemoteViews to use for the specified appWidgetIds.


void     updateAppWidget(ComponentName provider, RemoteViews views)

Set the RemoteViews to use for all AppWidget instances for the supplied AppWidget provider.


void     updateAppWidget(int appWidgetId, RemoteViews views)

Set the RemoteViews to use for the specified appWidgetId.

'안드로이드' 카테고리의 다른 글

Android studio cocos2d-x 빌드 방법  (0) 2016.01.06
cocos2d-x 3.6 안드로이드 빌드  (0) 2015.05.29
[앱위젯] pendingItent getActivity  (0) 2015.04.09