Hello,
I have upgraded B4A to version 12.2 and found that the homescreen widgets now work with Receivers.
I have studied the example in the post https://www.b4x.com/android/forum/threads/android-home-screen-widgets-tutorial-part-i.10166/#content and I understand that to update my app I have to follow the following steps:
- create a Receiver Module.
- include in it all the code that was in my old widget service keeping the structure of the new module.
Is this correct?
Thank you.
I have upgraded B4A to version 12.2 and found that the homescreen widgets now work with Receivers.
I have studied the example in the post https://www.b4x.com/android/forum/threads/android-home-screen-widgets-tutorial-part-i.10166/#content and I understand that to update my app I have to follow the following steps:
- create a Receiver Module.
- include in it all the code that was in my old widget service keeping the structure of the new module.
Is this correct?
Thank you.