- 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.
- Learning AngularJS Animations
- SDL Game Development
- Artificial Intelligence Business:How you can profit from AI
- Learning Stencyl 3.x Game Development Beginner's Guide
- R Deep Learning Essentials
- 筆記本電腦應用技巧
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- 基于Proteus仿真的51單片機應用
- 新編電腦組裝與硬件維修從入門到精通
- 單片機原理與技能訓練
- Arduino項目案例:游戲開發
- The Deep Learning with PyTorch Workshop
- ActionScript Graphing Cookbook
- Machine Learning Projects for Mobile Applications
- 實戰Alibaba Sentinel:深度解析微服務高并發流量治理