views:

10

answers:

1

Say that there is an App Widget that shows a configuration Activity when placed. The configuration page allows adjusting the appearance of the widget.

The user may place multiple instances of this widget on their home screen. What would be the best way to maintain the unique configuration states on each of the widget instances? Or would each widget instance have to adopt the same global state?