startactivitywithresult

  1. R

    Android Question AU.startActivitywithResult

    Hi everyone, I'm trying to get a response from a call via INTENT Dim intent1 As Intent intent1.Initialize("com.xxxxxx.action.xxxxxxxxxxx", "xxxxxxxxx://xxxxx.com/0/") intent1.SetPackage("com.xxxxx.xxxxx") intent1.AddCategory("android.intent.category.DEFAULT")...
  2. mprimus

    Android Question StartActivitywithResult - how do i set the Result in my app?

    my app should be called with an image and after work i need to set the image as Result i can already call my app but i have no idea to set the result! thx Mario
Top