Xamarin Forms

From MgmtWiki
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