Top Banner
Introduction to Windows Phone Toolkit SENTHIL KUMAR B TRIVIUM ESOLUTIONS PVT LTD.
21
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Introduction to Windows Phone Toolkit

SENTHIL KUMAR B

TRIVIUM ESOLUTIONS PVT LTD.

Page 2: Windows phone toolkit Session @ TechCon 2013 , Bangalore

About me

Work for Trivium eSolutions , Bangalore

BDotNetter

Windows Phone Enthusiast

Blogs about Mobile development at MobileOSGeek.com

Twitter : @isenthil

Page 3: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Agenda

What is Windows Phone Toolkit ?

Few of the Controls in Windows Phone ToolkitListpicker , Datepicker , Timepicker , HubTile ,

AutoCompleteTextBox , PhoneTextBox , SpeechTextBox

Map API Extension , Context Menu , Transfer Control

Demo

Resources

Q&A

Page 4: Windows phone toolkit Session @ TechCon 2013 , Bangalore

What is Windows Phone Toolkit ?

Open Source Project hosted on CodePlex

Sourcecode is freely available.

Additional Controls and Functionalities

Hosted on CodePlex.com

LongListSelectorControl now in WP8 SDK

Installation via Nuget Package Manager

Use the Sourcecode and compile it with the Project.

Page 5: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Demo

Page 6: Windows phone toolkit Session @ TechCon 2013 , Bangalore

List PickerWindows Phone Equivalent of Combobox control

Use LongListSelector for long lists

ListPicker ModesNormal

Full Screen

Selection ModesSingle

Multiple

Page 7: Windows phone toolkit Session @ TechCon 2013 , Bangalore

DatePicker & TimePicker

Page 8: Windows phone toolkit Session @ TechCon 2013 , Bangalore

HubTile Animated & Informative Tiles

Can have Image

Title

Message

Notification

HubTiles can be grouped

Page 9: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Demo

Page 10: Windows phone toolkit Session @ TechCon 2013 , Bangalore

AutoCompleteBox

Displays Suggestion in dropdown as user types text into it.

Composed of Textbox for text entryDropdown for suggestions

Rich set of Properties for Customization

Item Display

Data binding support Suggestions and Completion

FilterMode Custom Filter Support

Page 11: Windows phone toolkit Session @ TechCon 2013 , Bangalore

PhoneTextBox Advanced TextBox Control

SupportsActionIcon

Hints & Hint Styles

Length Indicator

Rich Customization

Page 12: Windows phone toolkit Session @ TechCon 2013 , Bangalore

SpeechTextBox

Speech as Input

Integrate Speech with Simple steps by adding the control.

Length Indicator

Page 13: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Demo

Page 14: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Map API extensions and Controls

Maps powered by Nokia Maps in Windows Phone

Map Control provides3D Landmark

Day/Night Colors

How about adding layers , Marking Locations , PushPin etc ?

MapOverlay and Map Layer

Toolkit provides PushPin and Location Marker Support

Page 15: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Map API extensions and Controls

Page 16: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Demo

Page 17: Windows phone toolkit Session @ TechCon 2013 , Bangalore

ContextMenuDynamic Control

Examples : Pin to Start from the App List

Page 18: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Transfer Control

UI for Progress of a background transfer- File Upload / Download

Follow Windows Phone UX guidelines

Page 19: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Sample WP Toolkit Project - Demo

Page 21: Windows phone toolkit Session @ TechCon 2013 , Bangalore

Q&A