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

Tiles, Toasts & Notifications

Tiles, Toasts & Notifications

Der erste Eindruck der User einer Windows-Store-App ist die Kachel. Sie kann weit mehr als nur ein Icon zeigen. Aktuelle Informationen können kontinuierlich, aber auch über Push Notification angezeigt werden. Mit Toasts sind Benachrichtigungen auch möglich, wenn die Kachel nicht sichtbar ist. Diese Session bietet alles zu Tiles, Badges und Toasts, Möglichkeiten und Einschränkungen.

Christian Nagel

February 26, 2013
Tweet

More Decks by Christian Nagel

Other Decks in Programming

Transcript

  1. Christian Nagel • thinktecture, CN innovation • Training, Consulting •

    WPF • Windows Store Apps • Windows Azure • Entity Framework • HTML5
  2. Goals & Non-Goals • Einführung in spezifische Features für Windows

    Store Apps • Keine Einführung in die Windows 8 Programmierung
  3. Tiles • Application Tiles im Manifest • Square & Wide

    Tiles • Unterschiedliche Skalierungen
  4. Tile Templates • Wide & Square Templates • Text &

    Images • Peek Images & Text • Image Collections
  5. Zeitliche Steuerung • Periodische Updates mit URI – Intervalle ½

    Stunde – 12 Stunden – Start Time • Scheduled Tile – Delivery Time – Expiration Time
  6. Toasts • Toasts müssen im Manifest eingetragen sein • Popups

    mit aktuellen Informationen • User-Gesteuerte Notification per App oder global
  7. The Channel • Client registriert Channel im WNS – Eindeutige

    URL für User + App – Expiration Time • Channel wird im Service bekannt gegeben • Service publiziert im WNS mit Channel
  8. Optionen für Notification • Ein eigenes Service • Windows Azure

    Mobile Services • Windows Azure Notification Hubs
  9. Summary • Tiles – Informationen am Start Screen • Toasts

    – Popup Informationen • Notifications – Push Notification von außen