When making an Android widget, I can't seem to get PostString to work when clicking on a button within the widget.
I'm guessing, from what I've read, widgets don't function as a full application. If it can't support making the http calls on its own, do I need to write companion code in the main app that can make the calls for it, somehow?
I'm guessing, from what I've read, widgets don't function as a full application. If it can't support making the http calls on its own, do I need to write companion code in the main app that can make the calls for it, somehow?