Tagged Questions
0
votes
1answer
345 views
Issue using intents on Android
I have an activity which behaves like this:
A barcode scanner is called via an IntentIntegrator object, it reads an URI.
Then I want to pass the yielded URI into an object called JunctionInterface ...
2
votes
2answers
133 views
Triggering a toast from a listener
I'm using an external package defining a JunctionActor. The idea is that a JunctionActor can send JSON messages to a remote server via a method called sendMessage and receive messages via a listener ...