Xamarin Forms

From MgmtWiki
Revision as of 15:43, 30 September 2020 by Tom (talk | contribs) (Navigation)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Full Title

The best practice use of Xamarin Forms to make a cross-platform Native App for Smart Phones.

Solutions

Navigation

  • Typically Modal pages ares used to collect user data. The API pushmodalasync is not normally modal except for calls from a ListView or CollectionView on the main page.
  • This discussion describes a way to use a TaskCompletionSource to block a pop until the task is really completed.

Logging

References

Other Reference Material