startactivityforresult

  1. Z

    Android Question wait for in ServletResponse

    This is what I have so far. small server, created in service. problem is handling the response, because I must start intent based on the received message in the request. Sub HandleMainPage (Response As ServletResponse) Dim rs As ResumableSub = CallSub(Main,"Testing") If rs.IsInitialized...
  2. Paolo Pini

    Android Question (SOLVED) Receive data trough intent problems.

    Hi, I am trying to receive some data via intent from a character reading application via camera. I am trying to use this code: ' ********************************************* Sub startVideoProcessing Dim i As Intent i.Initialize("android.intent.action.ACTION_VIEW", "")...
  3. MarkusR

    Wish build in StartActivityForResult

    i like to have additionally StartActivityForResult build in with event name for result its cleaner code without extra subs and javaobject lib in any project. or better if the result comes here in Activity_Resume. so we can use extern apps like this as barcode reader or something else Dim...
Top