Android Add Icon to homescreen to set member variable in broadcast receiver

Posted by JonF on Stack Overflow See other posts from Stack Overflow or by JonF
Published on 2010-06-15T03:22:24Z Indexed on 2010/06/15 3:32 UTC
Read the original article Hit count: 218

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about android

Related posts about broadcastreceiver