nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

21
Thanks to our Sponsors For keeping the fires lit

Upload: raghuraman-kanchi

Post on 24-May-2015

346 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Thanks to our Sponsors

For keeping the fires lit

Page 2: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman
Page 3: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman
Page 4: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Windows Phone 8Not Windows 8 Phone

Page 5: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Writing Simple Apps for Windows Phone 8

Page 6: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Compelling reasons to write for Windows Phone 8

Challenge yourself to Write for Mobile

Reuse your C#/VB.NET/ Skills

Reuse your Website Development Skills

Visual Studio

Promotions and Offers available by NOKIA/MICROSOFT

Page 7: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Big Fan of Quentin Tarantino and Christopher Nolan style of Non-Linear Presentation

Apologies in advance if you find my thoughts Jumping back and forth in your Thought Time Travel.

Page 8: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

What is Windows Phone 8 User Experience?

Page 9: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman
Page 10: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Glance and Go

•What are Live Tiles ?•How do you PIN Tiles?

Page 12: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Essentials for writing Apps for Windows Phone 8• Supported operating systems: Windows 8, Windows 8 Pro• Operating system type:

• Windows 8 64-bit (x64) client versions

• Hardware:• 6.5 GB of free hard disk space• 4 GB RAM• 64-bit (x64) CPU

• Windows Phone 8 Emulator:• Windows 8 Pro edition or greater• Requires a processor that supports Second Level Address Translation

(SLAT)

• Download and Install Windows Phone SDK from

Page 13: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Essentials for Publishing Apps• NOKIA PREMIUM DEVELOPER PROGRAM at

• Windows Phone Dev CenterOne year of Windows Phone Developer Center membership. A $99 (USD) retail value.

• Telerik RadControlsA free license for Telerik RadControls for Windows Phone. A $99 (USD) retail value.

• Buddy.com Cloud APIsUp to 12 months' worth of access to up to 1 million API calls per month with Buddy's cloud APIs during your membership. Up to a $1200 (USD) retail value.

• Tech Support2 Nokia Tech Support tickets. A $198 (USD) value.

Page 14: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman
Page 15: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Using your HTML web site development skills to write a Windows Phone 8 App.• DEMO

Page 16: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Something about M-V-VM

•View •Model •ViewModel• ListBoxSessions

• Title• SpeakerName

• Model• Session

• ID• SpeakerName

• Title• Description• RoomNumber

• ViewModel• Title• SpeakerName

• WP8 simply assign the ViewModel instance the DataContext of any control.

• The Binding Syntax will populate the Control Properties with values from the ViewModel Instance.

Page 17: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

NOVA CODE CAMP Windows Phone 8 App using existing Template

• DEMO 2

Page 18: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Sum-It – Sum the Numbers Game.

•A simple numbers game DEMO in Windows Phone 8•DEMO 3

Page 19: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Questions

Page 20: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Special thanks to ALVIN CHANG

• For helping me with UI and UX design for this Presentation and Videos.

STEVE ALBERS

• For the encouragement and Timely Reminder to participate to Present here.

Page 21: Nova code camp 2013 writing simple windows phone 8 apps by kanchi raghuraman

Links to Download

• http://www.slideshare.net/kanchirk/nova-code-camp-2013-writing-simple-windows-phone-8-apps-by-kanchi-raghuraman

• Download Source Code : • NOVA CODE CAMP App : http://sdrv.ms/11OSFUh • Others : (Will be updated after the Presentation.)