| This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. The article is believed to be still valid for the original topic scope. |
This page will show you how to fasten your widget development using live update feature of WidSets SDK.
First, open hello_world project files such as hello_world.he and widget.xml with any editor. In this tutorial, I use EditPlus. And then compile project using devkit run <project_path> command like this.
And then, emulator will be launched with Hello World widget inside.
Switch to IDE. Change background color in widget xml from black to green and save file.
Switch back to Emulator, you will see that Hello World widget is being updated automatically.
You will see the change in few seconds after that.
This technique can help you to fasten your WidSets development quite much.