Android Add Icon to homescreen to set member variable in broadcast receiver
- by JonF
I would like to add some sort of icon that a user can press in order to flip a variable in a broadcast receiver my app uses.  Basically I just can a icon that they can press which will flip the value of a boolean in the broadcast receiver, and change the icon to indicate something happened.  I think I need to do something with a widget?  Could anyone point me in the direction of some tutorial I could check out?