Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mobile Blazor Bindings に入門してみた

4423
February 25, 2020

Mobile Blazor Bindings に入門してみた

『Microsoft Open Tech Night #7 - アカデミック編』の LT 資料です。

4423

February 25, 2020
Tweet

More Decks by 4423

Other Decks in Programming

Transcript

  1. 自己紹介 佐藤 佑飛 @Neo4423 • Microsoft Student Partners 筑波大学大学院 M1

    • 型理論 • プログラミング言語 • C# / .NET / Azure ♥ 周辺知識 • UWP/Razor/Android ちょっとわかる • Xamarin わからない 1
  2. 3 Mobile Blazor Bindings - Using Blazor to build mobile

    apps https://youtu.be/doaMSHQtXYQ 3
  3. 4

  4. 現在地から研究室までの移動時間を表示 • 申し訳程度のアカデミック要素 • GPS というネイティブアプリ要素 • GoogleMap の API

    で移動時間を取得 • preview2 での新機能を使用 • CheckBox と Slider • Xamarin.Essentials 6
  5. 感想 • Xamarin がわからなくても C# でネイティブアプリを作れた • 環境構築は Visual Studio

    + .NET Core + エミュレータ だけ • Razor 構文の基本がわかればどうにかなる • 手が込んだものを作るには Xamarin/Android の知識が必要 • まだまだ実験段階 9