Live Tiles Yvan Ngneunmeu, Cameroon Microsoft Student Partners Lead

Slides:



Advertisements
Similar presentations
Visualize Success 2011 Tony Gunter Professional Services Visual South, Inc. Advanced Browse and Excel Interface.
Advertisements

© 2012 Microsoft Corporation. All rights reserved. Be more productive. Windows 8 helps you get more done in less time.
Attie Naude 14 May 2013 Windows Azure Mobile Services.
Students: Ilya Paskhover, Alex Tarasiuk Supervisors: Simon Zeltser, Idan Sheinberg.
© by Pearson Education, Inc. All Rights Reserved.
Visual Basic 2010 How to Program. © by Pearson Education, Inc. All Rights Reserved.2.
Visual Basic 2010 How to Program Reference: Instructor: Maysoon Bin Duwais slides Visual Basic 2010 how to program by Deitel © by Pearson Education,
Windows 8 Tips & Tricks for XAML based Windows Store App Ronnie Saurenmann Microsoft
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Tony 684 User Data App Services Arun 765 Thomas 762 Shell Kernel Shawn 626 App Roberth 779 Enterprise John Ignite Store Barclay 695 Andrew 617 App.
Data Forms in Hyperion Planning. Data Forms are used by the business users and planners to enter, update and analyze the data. Actually, data forms.
PRESENTED BY DONELLE VANCE COPYRIGHT 2011 MARCHEX, INC. BPP NEW ROLLOUT PROPOSAL FEBRUARY 2011.
Operating Systems Day 1. Booting a Computer 1.Switch on the UPS electricity supply - green light electricity failure - red light charging – orange light.
6 th Annual Focus Users’ Conference 6 th Annual Focus Users’ Conference Letterhead Templates, Print Letters/Send s and Workflow Triggers Presented.
®® Microsoft Windows 7 for Power Users Tutorial 2p3 Customizing Microsoft Windows 7.
Name Title Microsoft Corporation Push Notification Introduction and Platform Interaction.
ONLINE CONFERENCE DESIGN.BUILD.DELIVE R with WINDOWS PHONE THURSDAY 24 MARCH 2011.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
1.When you first open Publisher 2013, you will see a startup screen that allows you to create a new publication. 2.Click the type of publication that.
Lecture 8 – Platform as a Service. Introduction We have discussed the SPI model of Cloud Computing – IaaS – PaaS – SaaS.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Intro to the Xcode IDE and the iOS SDK CSE 391 Fall 2012 Tony Scarlatos.
Some activities may not be enabled as part of the Kent School District network system.
IE 411/511: Visual Programming for Industrial Applications
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
What is WP APP Studio Windows Phone App Studio is a tool to make high quality Windows Phone apps 100% Web-based tool „Code-free” development tool Edit-Continue.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Windows 8 Tips & Tricks for XAML based Windows Store App Ronnie Saurenmann Microsoft
Configuring System Settings Lesson 3. Skills Matrix Technology SkillObjective DomainObjective # Introducing Windows AeroConfigure and troubleshoot Windows.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Basic Accessibility Options. Right Click on the screen and the following menu will appear. Left Click on Properties.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
My Bitcoin app is a simple application for Windows Phone. It aggregates and displays Bitcoin market data from internet sources. You can pin the app to.
Computing Fundamentals Module Lesson 7 — The Windows Operating System Computer Literacy BASICS.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Installing Microsoft C++ Microsoft Visual Studio 6.0.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
0Copyright 2014 FUJITSU New Zealand Limited FUJITSU CONFIDENTIAL UNLESS SPECIFIED OTHERWISE Microsoft CRM Tablet App for Dynamics CRM 2013 Travis Chen.
Inserting an Image Using the WordPress media manager, it’s extremely simple to insert, align and link your individual images and image galleries. To insert.
/* Life runs on code */. Introduction to Windows Phone Kamalakannan Annamalai Windows Phone Developer Ilink Systems Twitter : kanal_7
CHOOSE 1 OF THESE.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Windows Phone Tiles and Notifications Sending alerts to your app.
Copyright © 2013 MyGraphicsLab / Pearson Education DREAMWEAVER INTERFACE MYGRAPHICSLAB: ADOBE DREAMWEAVER CS6.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Authored by Frank Hamelly, Microsoft MVP Regional Chapters.
Sage Franch | Technical Evangelist Susan Ibach | Technical Evangelist.
Spaso Lazarević Microsoft MVP Nova banka ad Banja Luka Windows App Studio.
Testing, Debugging, and Deploying a Mobile App Lesson 8.
© 2012 DigitalDay | MOBILE WEB DESIGN PRINCIPLES Best Practices Workshop 1.
 2007 Pearson Education, Inc. All rights reserved Introduction to the Visual Basic Express 2005 IDE.
WINDOWS 7 Windows 7 is an operating system that Microsoft has produced for use on personal computers. It is the follow-up to the Windows Vista Operating.
Enis Microsoft Avoiding common Windows Phone and Windows Store app certification failures.
Dive Into® Visual Basic 2010 Express
8 Steps to Facebook Ad Creating & Conversion Tracking Set-up
Microsoft Visual Basic 2005 BASICS
Windows Phone 8 Tiles, Lock Screen, and Notifications
Configuring System Settings
3.01 Apply Controls Associated With Visual Studio Form
Platform as a Service.
3.01 Apply Controls Associated With Visual Studio Form
Building a great Metro style device app for your printer
Developer's guide to Windows 10 Insider Preview Andy & Jerry
Prof. Abdul Hameed Windows 10 Module 2 Prof. Abdul Hameed
Windows Phone 8 More Than An App
Using tiles and notifications
Choosing your theme and background
03 | Branding & Monetization
Presentation transcript:

Live Tiles Yvan Ngneunmeu, Cameroon Microsoft Student Partners Lead

1. What you can do with Tiles A Tile is an image that represents your app on the Start screen. All apps have at least one Tile, known as the default Tile, which displays on the Start screen when a customer pins your app from the App list.

What you can do with tiles There are several things you can do with Tiles:  Support multiple sizes, customizable by your customer.  Choose from one of three visual templates to help your app stand out.  Offer a variety of secondary Tiles.  Control which page your customers land on when clicking on your secondary Tiles.

What you can do with tiles You also have a choice of how often, if at all, your Tile updates:  Never, by using a static Tile that is easily set up through Visual Studio.  Programmatically, by using immediate or scheduled local notifications.  Programmatically, by using a cloud service with push notifications.

1. Tile Template Windows Phone 8 supports three Tile templates: flip, iconic, and cycle. It's important to carefully choose a template for your default Tile, because the template for default Tiles can't be programmatically changed using code later on. You'll have to submit an update to your app if you want to change your default Tile to a new template. Secondary Tiles, however, can be dynamically created on the fly from code using any template you want.

Tile Template  Flip template

Tile Template  Iconic template

Tile Template  Cycle template

3. Tile sizes and resolutions Windows Phone 8 supports three Tile sizes: small, medium, and wide. Flip and Cycle Iconic Small 159 × 159 pixels110 × 110 pixels Medium336 × 336 pixels202 × 202 pixels Wide691 × 336 pixelsN/A

4. More with Tiles Learn more with MSDN:  Designing your Tile  Tile properties  Windows Phone OS 7.1 Tiles  Enabling Windows Phone 8 Tiles in Windows Phone OS 7.1 apps  Creating and updating Tiles

Des questions? Eh bien, posez- les-moi!