SlideShare a Scribd company logo
Hoons 닷넷
Windows 8 시삽
Byeong Geol Yun
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
<div id="ItemTemplate" data-win-control="WinJS.Binding.Template">
<div class="overlaidItemTemplate">
<img class="image" src="#" data-win-bind="src: picture; alt: title" />
<div class="overlay">
<h2 class="ItemTitle" data-win-bind="innerText: title"></h2>
</div>
</div>
</div>
<div id="basicFlipView"
data-win-control="WinJS.UI.FlipView"
data-win-options="{ itemDataSource : DataExample.itemList.dataSource, itemTemplate :
ItemTemplate }"
></div>
<FlipView x:Name="FlipView1" Width="250" Height="250">
<FlipViewItem Width="248" Height="248">
<Border Background="Orange">
<TextBlock Text="Item 1"
HorizontalAlignment="Center" VerticalAlignment="Center"
Style="{StaticResource DescriptionTextStyle}"/>
</Border>
</FlipViewItem>
<FlipViewItem Width="248" Height="248">
<Border Background="LightBlue">
<TextBlock Text="Item 2"
HorizontalAlignment="Center" VerticalAlignment="Center"
Style="{StaticResource DescriptionTextStyle}"/>
</Border>
</FlipViewItem>
<FlipViewItem Width="248" Height="248">
<Image Source="Images/image1.jpg" Stretch="UniformToFill"/>
</FlipViewItem>
<FlipViewItem Width="248" Height="248">
<Border Background="LightGreen">
<TextBlock Text="Item 4"
HorizontalAlignment="Center" VerticalAlignment="Center"
Style="{StaticResource DescriptionTextStyle}"/>
</Border>
</FlipViewItem>
</FlipView>
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
<div id="semanticZoomDiv" data-win-control="WinJS.UI.SemanticZoom">
<!-- The zoomed-in view. -->
<div id="zoomedInListView"
data-win-control="WinJS.UI.ListView"
data-win-
options="{ itemDataSource: myData.groupedItemsList.dataSource, itemTemplate: mediu
mListIconTextTemplate, groupHeaderTemplate: headerTemplate, groupDataSource: myDat
a.groupedItemsList.groups.dataSource, selectionMode: 'none', tapBehavior: 'none',
swipeBehavior: 'none' }"
></div>
<!--- The zoomed-out view. -->
<div id="zoomedOutListView"
data-win-control="WinJS.UI.ListView"
data-win-
options="{ itemDataSource: myData.groupedItemsList.groups.dataSource, itemTemplate
: semanticZoomTemplate, selectionMode: 'none', tapBehavior: 'invoke', swipeBehavio
r: 'none' }"
></div>
</div>
<SemanticZoom ...>
<SemanticZoom.ZoomedOutView>
</SemanticZoom.ZoomedOutView>
<SemanticZoom.ZoomedInView>
</SemanticZoom.ZoomedInView> </SemanticZoom>
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
var data = DownloadData(...);
ProcessData(data);
var
Windows Runtime: IAsyncOperation<T>
.NET Framework: Task<T>
Javascript: Promises
All are objects representing “ongoing operations”
All use callbacks to signal completion of operation
Callbacks turn your code inside out
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들
community :Hoons.Net
blog : ryunad.tistory.com
Twitter : @Ryunad
Email : ryunad@hugeflow.com
http://stephenwalther.com/blog
http://msdn.microsoft.com/en-us/library/windows/apps
http://code.msdn.microsoft.com/windowsapps/

More Related Content

KEY
Web storage
PPT
Introduction to j query
PPTX
Introduction to j_query
PPTX
HTML5 DRAG AND DROP
PPSX
JQuery Comprehensive Overview
PPTX
Client Web
PPTX
SAS_Forum_2015_Data_Visualisation_With_HighCharts_D3
PDF
Java Script and HTML.
Web storage
Introduction to j query
Introduction to j_query
HTML5 DRAG AND DROP
JQuery Comprehensive Overview
Client Web
SAS_Forum_2015_Data_Visualisation_With_HighCharts_D3
Java Script and HTML.

What's hot (9)

PPTX
PPTX
HTML5 Gaming Payment Platforms
PPSX
Azure DocumentDB
PPTX
Building web front ends using single page applications
PPSX
Azure Mobile Services .NET Backend
PDF
Movable Type 5 : テーマの作成方法
PDF
Knockout mvvm-m5-slides
PPTX
Magento Dependency Injection
PPTX
Hdv309 - Real World Sandboxed Solutions
HTML5 Gaming Payment Platforms
Azure DocumentDB
Building web front ends using single page applications
Azure Mobile Services .NET Backend
Movable Type 5 : テーマの作成方法
Knockout mvvm-m5-slides
Magento Dependency Injection
Hdv309 - Real World Sandboxed Solutions

Viewers also liked (9)

PDF
Windows8 매트로스타일 앱개발 개요
PPTX
"허니몬의 마크다운 사용기"
PPT
Share some development
PDF
TDD.JUnit.조금더.알기
PPTX
TDD: Test Driven Development 첫번째 이야기
ODP
무식하게 배우는 gradle
PDF
Spring 4.x Web Application 살펴보기
PPTX
테스트 자동화와 TDD(테스트 주도 개발방법론)
PDF
애자일의 모든것
Windows8 매트로스타일 앱개발 개요
"허니몬의 마크다운 사용기"
Share some development
TDD.JUnit.조금더.알기
TDD: Test Driven Development 첫번째 이야기
무식하게 배우는 gradle
Spring 4.x Web Application 살펴보기
테스트 자동화와 TDD(테스트 주도 개발방법론)
애자일의 모든것

More from KH Park (박경훈) (6)

PDF
Xp anti-practice
PDF
Approximate Indexing: Gapped Suffix Array
PDF
Hoons닷넷 좌충우돌 10년, 그리고 새로운 패러다임
PPTX
3일차-닷넷 분산 기술의 이해 (인피니트 강의자료)
PPTX
창업, 그놈 (T아카데미 강의자료)
PPTX
스마트앱 글로벌 진출전략
Xp anti-practice
Approximate Indexing: Gapped Suffix Array
Hoons닷넷 좌충우돌 10년, 그리고 새로운 패러다임
3일차-닷넷 분산 기술의 이해 (인피니트 강의자료)
창업, 그놈 (T아카데미 강의자료)
스마트앱 글로벌 진출전략

Recently uploaded (20)

PDF
Encapsulation theory and applications.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PPTX
1. Introduction to Computer Programming.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
cloud_computing_Infrastucture_as_cloud_p
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
A Presentation on Touch Screen Technology
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Hybrid model detection and classification of lung cancer
PPTX
A Presentation on Artificial Intelligence
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
Encapsulation theory and applications.pdf
Approach and Philosophy of On baking technology
Univ-Connecticut-ChatGPT-Presentaion.pdf
Heart disease approach using modified random forest and particle swarm optimi...
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
1. Introduction to Computer Programming.pptx
Assigned Numbers - 2025 - Bluetooth® Document
cloud_computing_Infrastucture_as_cloud_p
Group 1 Presentation -Planning and Decision Making .pptx
MIND Revenue Release Quarter 2 2025 Press Release
Accuracy of neural networks in brain wave diagnosis of schizophrenia
A novel scalable deep ensemble learning framework for big data classification...
Building Integrated photovoltaic BIPV_UPV.pdf
A Presentation on Touch Screen Technology
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Hybrid model detection and classification of lung cancer
A Presentation on Artificial Intelligence
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Encapsulation_ Review paper, used for researhc scholars

윈도우 8의 새로운 컨트롤과 개발시 알아야 할 점들