Is there any way to access the calling appwidgetId
inside RemoteViewsFactory
's getViewAt
method? I have data persisted by appWidgetId
and without access to appWidgetId
it doesn't work.
Or, is there a pattern for multiple widgets backed by collection views?
I was getting the same id for every widget, because I was missing the Intent.setData() line: