Jump to content

adrianlmm

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

1 Neutral
  1. adrianlmm

    Async dialog on android?

    For FMX to support something like "modal" dialogs the compiler needs to support something like Async, Await, but currentlt it doesn't, for example, I can show a dialog in Flutter and waith for the result with code like this: var data = await showDialogAndWaithForAnswer(); // do something with data later. Meanwhile, the current solution for FMX makes the developer to change the logic and way of programming for one that is not as good as the one we are acustomed.
×