Skip to content

The Windows Developer Day Spring 2018 demo applications

License

Notifications You must be signed in to change notification settings

harryperales/WDD-Spring-2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contoso Insurance UWP App

This UWP app was designed to showcase how Fluent Design, Windows Timeline and Adaptive Cards work together on the Windows Developer Day 2018.

View the full WDD Keynote here

Running the project

You will need Visual Studio 2017 and Windows 10 Insider Build along with the SDK version 17110 or greater.

Key UI components

MainPage.xaml is the top-level page that contains the background image, a NavigationView and a NotificationDialog control on the bottom right corner of the page.

  • The NavigationView contains the main menu and a ContentFrame that basically hosts all other pages such as HomePage, CasesPage and CasePage.
    • HomePage contains the Telerik RadCartesianChart control and a few other dummy UI elements.
    • CasesPage contains an extended AdaptiveGridView control that displays a list of cases. A new RefreshContainer control is used to wrap the AdaptiveGridView for enabling the pull-to-refresh gesture.
    • CasePage is the detail page of one particular case. This is where we create user activities and push the adatpive card (timeline.json) to Windows Timeline.
  • NotificationDialog contains a Bing MapControl, a ListView that shows a list of adjusters, and some adaptive card UI that's generated from bot1.json, bot2.json and bot3.json. The use of AcrylicBrush is in this control too.

For demo purpose, you can enable the adjuster view by clicking/tapping on the avatar from the bottom left of the main page.

P.S. Bahnschrift is the font that's used throughout the project. :)

About

The Windows Developer Day Spring 2018 demo applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%