Launching activities and handling results in Delphi XE5 Android apps

Launching activities and handling results in Delphi XE5 Android apps

瀏覽:822
日期:2025-04-29
So now we have 3 overloaded versions of a new LaunchActivity function. One takes an action string, one takes an action string and a URI, and one takes an intent object (and is called by both the other overloads once they have built up an intent object)....看更多