Hi Erel,
If I create two or more instances of a widget on the homescreen is it possible to differentiate between them? Currently if I press the ImageView of the example Project all widget instances are updated.
Is it possible to create more than one widget layout? If I try to call ConfigureHomeWidget() from the same service twice B4A tells me that it is only allowed once per service module. If I create a second service module for a second widget (with another layout) I get the following error:
Would be nice if this is possible so we can create different widget layouts for our apps.
If I create two or more instances of a widget on the homescreen is it possible to differentiate between them? Currently if I press the ImageView of the example Project all widget instances are updated.
Is it possible to create more than one widget layout? If I try to call ConfigureHomeWidget() from the same service twice B4A tells me that it is only allowed once per service module. If I create a second service module for a second widget (with another layout) I get the following error:
Compiling code. 0.05
Generating R file. Error
AndroidManifest.xml:27: error: Error: No resource found that matches the given name (at 'resource' with value '@xml/widgetservice_info').
Would be nice if this is possible so we can create different widget layouts for our apps.