I want a widget for an app I am writing and I've read the tutorials and tried the examples.
I am concerned that to test the widget it is required to run in release mode which makes debugging more difficult, so I thought that it is probably better to create a widget and have the main app send a message to it to update what it displays.
Is this a reasonable approach or am I just confused?
Second question- I have seen an app which can create widgets so that when you choose to add a new option for the app it will automatically generate a widget to show the data for that option. How is that done?
I am concerned that to test the widget it is required to run in release mode which makes debugging more difficult, so I thought that it is probably better to create a widget and have the main app send a message to it to update what it displays.
Is this a reasonable approach or am I just confused?
Second question- I have seen an app which can create widgets so that when you choose to add a new option for the app it will automatically generate a widget to show the data for that option. How is that done?