startactivityforresult

  1. 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", "")...
  2. 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