Hi
As far as I've seen its possible to add multiple instances of the same widget. How can I distinguish between them? What I try to do is something like that:
1) the user adds a widget which is then in the setup mode
2) when the users taps on it, the main app opens and the user can choose what that widget should do. This information gets stored in a central file
3) when the widget then gets reoloaded it can read that file. If it contains a record for itself, the widgets UI and functionality get created accordingly.
I've got already all of that, but what I need is an id or something that is a) persistent and b) each widget instance has its own. Does that exist?