How to update a Widget dynamically (Not waiting 30 min for onUpdate to be called)?
- by Donal Rafferty
I am currently learning about widgets in Android.
I want to create a WIFI widget that will display the SSID, the RSSI (Signal) level.
But I also want to be able to send it data from a service I am running that calculates the Quality of Sound over wifi.
Here is what I have after some reading and a quick tutorial:
public class WlanWidget…