问题标签 [android-appwidget-list]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 如何为小部件重新启动 RemoteViewsService
我有一个带有RemoteViewsService
该显示集合的小部件。每次更改小部件的大小时,我都需要重新启动此服务,因此我调用
val serviceIntent = Intent(context, WidgetService::class.java)
但未
onAppWidgetOptionsChanged
再次onGetViewFactory
调用。有没有办法重启RemoteViewsService
android - Android Widget Collection View:如何从 RemoteViewsFactory 获取调用小部件的 appWidgetId?
有什么方法可以访问调用appwidgetId
insideRemoteViewsFactory
的getViewAt
方法吗?我有数据被持久化appWidgetId
并且无法访问appWidgetId
它是行不通的。
或者,是否存在由集合视图支持的多个小部件的模式?
android - AppWidgetTarget 在 RemoteViewsFactory 中不起作用。如何解决这个问题?
没有足够的文档或博客围绕这个主题。
有人可以指出我正确的方向吗?在 getView 中试过这个。适用于不属于列表视图项目的图像视图。