I am stuck in a particular scenario. I need to get my widget updated as soon as the user update the time from the app. I did try Broadcast by sending the data through Intent
You have to create a service that updates the widget,check this tutorial (the 4th section), you may try to transfer the data through static variables.