Hi Erel et. al.
Thanks Erel for introducing MsgBoxAsync as it is extremely useful in my case as the msgbox in now non-modal. Is it possible in Android to turn StartActivity() into StartActivityAsync()?
This is useful in the case when a timer is running in the main form and user calls another form via StartActivity which results in the counting in the main form stops. My guess is if "StartActivityAsync" is possible, then in that scenario the counting in the main will not be impeded.
Unless there is already a novel way to circumvent which I am not aware.
Many thanks.
Thanks Erel for introducing MsgBoxAsync as it is extremely useful in my case as the msgbox in now non-modal. Is it possible in Android to turn StartActivity() into StartActivityAsync()?
This is useful in the case when a timer is running in the main form and user calls another form via StartActivity which results in the counting in the main form stops. My guess is if "StartActivityAsync" is possible, then in that scenario the counting in the main will not be impeded.
Unless there is already a novel way to circumvent which I am not aware.
Many thanks.