Hey guys

Hey guys,

In FireMonkey for Android the complete application runs on just one Activity instance? All the FireMonkey forms are mapped to be showed on only one Activity (FMXNativeActivity)?
In the AndroidManifest.xml I can see only one Activity declared, I thought it created an activity for each form hence we can desire to add different configurations such as for handle files via intents (the share functionality on Android depends on AndroidManifest configuration but I can only change it for MainActivity and in a share scenario I would love to start the application in a specific screen for dealing with file handling).

:D

Comments