- Learning Microsoft Cognitive Services
- Leif Larsen
- 136字
- 2021-08-13 15:40:19
Creating our smart-house application
Create a new project for the smart-house application, based on the MVVM template we created earlier.
With the new project created, add the Microsoft.ProjectOxford.Face
NuGet package.
As we will be building this application throughout this book, we will start small. In the MainView.xaml
file, add a TabControl
property containing two items. The two items should be two user controls, one called the AdministrationView.xaml
file and the other called the HomeView.xaml
file.
The administration control will be where we administer different parts of the application. The home control will be the starting point and the main control to use.
Add corresponding ViewModel
instances to the Views
. Make sure they are declared and created in MainViewModel.cs
, as we have seen throughout this chapter. Make sure that the application compiles and runs before moving on.
- 圖解西門子S7-200系列PLC入門
- Raspberry Pi 3 Cookbook for Python Programmers
- Creating Dynamic UI with Android Fragments
- micro:bit魔法修煉之Mpython初體驗
- Learning Stencyl 3.x Game Development Beginner's Guide
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 嵌入式系統中的模擬電路設計
- Visual Media Processing Using Matlab Beginner's Guide
- STM32嵌入式技術應用開發全案例實踐
- 固態存儲:原理、架構與數據安全
- 龍芯自主可信計算及應用
- 電腦組裝與維護即時通
- Hands-On Deep Learning for Images with TensorFlow
- IP網絡視頻傳輸:技術、標準和應用
- 單片機項目設計教程