9
Launchers & Choosers in Windows Phone KARTHIKEYAN ANBARASAN FOUNDER F5DEBUG.NET, BDOTNETER MICROSOFT MVP | ROCKSTAR INDIA | NOKIA CHAMPION

Launchers & choosers in windows phone

Embed Size (px)

DESCRIPTION

Launchers and Choosers in Windows Phone Application development

Citation preview

Page 1: Launchers & choosers in windows phone

Launchers & Choosers in Windows Phone

KARTHIKEYAN ANBARASAN

FOUNDER F5DEBUG.NET, BDOTNETER

MICROSOFT MVP | ROCKSTAR INDIA | NOKIA CHAMPION

Page 2: Launchers & choosers in windows phone

Agenda

Launchers

Choosers

What’s new in WP8

Demo

Page 3: Launchers & choosers in windows phone

Launchers & Choosers

“A Launcher is an API, that launches built in functionality for the user to accomplish some task and returns nothing back to the calling function in  your app. API to make calls, Send SMS or Emails etc are an example of such APIs”

“A Chooser is also an API , that launch a built in functionality for the user to accomplish some task and returns back the data that was chosen by the user to the app. API for Choosing contacts, photos etc. come under this category.”

Page 4: Launchers & choosers in windows phone

Launchers in WP7

Phone Call Task

SMS Compose Task

Email Compose Task

Web Browser Task

Search Task

Media Player Launcher

Connection Settings Task

Bing Maps Directions Task

Bing Maps Task

Search Task

Share Link Task

Share Status Task

Marketplace Detail Task

Market place Hub Task

Marketplace Review Task

Marketplace Search Task

Page 5: Launchers & choosers in windows phone

Choosers in WP7

Camera Capture Task

Photo Chooser Task

Phone Number Chooser Task

Email Address Chooser Task

Save Phone Number Task

Save Email Address Task

Save Contact Task

Game Invite Task

Address Chooser Task

Photo Chooser Task

Phone Number Chooser Task

Save Ringtone Task

Page 6: Launchers & choosers in windows phone

Steps to create Launchers

Creating an instance of the task

Setting the parameters to organize the task

Calling the show method to invoke the task

Page 7: Launchers & choosers in windows phone

Steps to create Choosers

Creating an instance of the task

Identifying the callback method to run after the task completes

Setting the parameters to organize the task

Calling the show method to invoke the task

Implementing the completed event handler to get the data and status.

Page 8: Launchers & choosers in windows phone

New Launchers & Choosers in WP8

Save Appointment Task

Map Downloader Task

Maps Task

Maps Directions Task

Share Media Task

Page 9: Launchers & choosers in windows phone

Demo