Android Question Problem with httputils2 as Widget

Jason Kibbey

New Member
Licensed User
Longtime User
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?
 

Attachments

  • widgetTest.zip
    310.4 KB · Views: 102

Jason Kibbey

New Member
Licensed User
Longtime User
Awesome, thanks for the reply. In my actual code (vs example) I had the initialization. The JobDone event is what was missing. Working great now, thanks!
 
Upvote 0
Top