Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dora-gt/6263df347f66112cd3fb42ac2e78d0c3 to your computer and use it in GitHub Desktop.
Save dora-gt/6263df347f66112cd3fb42ac2e78d0c3 to your computer and use it in GitHub Desktop.
Xamarin.Forms 初心者が知っておくべき事
  • xaml には各プラットフォームに依存したタグを書く事も可能という事
    • 名前空間を定義する時に assembly と targetPlatform を指定する
  • DependencyService というものがあるという事
  • ネイティブの UI 要素は NativeViewWrapper を使う事で Xamarin.Forms.View として扱う事が可能

参考資料

絶賛編集中です

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment