introduction to mobile web

Post on 28-Nov-2014

402 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

quick introduction to mobile web development using asp.net mvc

TRANSCRIPT

Microsoft /web

®

WebCamps OnlineTwitter: Follow @webcampsHashtag #devamps[Speaker] / [Twitter]

Website: http://www.devcamps.ms/web

What are web camps?Web Developer Camps are free, fun, no-fluff events for developers, by developers. You learn from experts in a low-key, interactive way and then get hands-on time to apply what you’ve learned.

Microsoft /web

®

Building For The Mobile Web

[Speaker][Company]

Agenda

Adaptive rendering in ASP.NET 4.5 and ASP.NET MVC 4

Display Modes

Mobile Template and jQuery Mobile

Adaptive Rendering

demo…

Microsoft /web

®

Mobile Web Development

Adaptive Renderin

g

Display Modes

Mobile Template

MostlyDesktop

MostlyMobile

Display Modes

demo…

Custom Modes: Views\Shared\_Layout.WinPhone.cshtml

DisplayModeProvider.Instance.Modes.Insert(0,new DefaultDisplayMode(“WinPhone"){ ContextCondition = (

c => c.Request.UserAgent.IndexOf(“Windows Phone OS") > 0)

});

Microsoft /web

®

Windows Phone DisplayMode Example

Same URLDifferent viewBased on custom view

mode criteria

Mobile Template

demo…

Microsoft /web

®

Resources

http://www.asp.net/mobilehttp://aka.ms/mvc4-adaptive-renderinghttp://aka.ms/mvc4-mobile-tutorial

top related