SlideShare une entreprise Scribd logo
1  sur  66
Télécharger pour lire hors ligne
Jollen Chen <jollen@jollen.org>
http://www.jollen.org/blog
IP-TV 論壇:Advent of a New Age of IP-TV
台北數位學堂 / 2013.4.16
讓	 HTML5	 走進	 IPTV	 Framework
HTML5	 in	 IPTV	 Framework
Copyright (C) 2013 Jollen Chen. All rights reserved.
This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License.
13年4月23⽇日星期⼆二
H.762 (IPTV) 標準
能做什麼事?
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
BML+CSS
• LIME-CSS (H.763-1)
• Selectors
• Universal selector
• Type selectors
• Class selectors
• ‘:active’ and ‘:focus’
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
LIME-DOM
• document.getElementById()
• document.currentEvent
• document.currentFocus
• Native objects (Object, Boolean,Array...)
• Browser APIs (sleep(), setInterval(), ...)
13年4月23⽇日星期⼆二
IPTV Methods
• launchIPTVContent()
• getIPTVLicense()
• getIPTVLicenseInfo()
• getDRMID()
• setContentPackageInfo()
• ...
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
• 以 H.762 來說,這是⼀一個多媒體互動 App
的標準,⽽而 H.762 便是採⽤用了 HTML5 技
術。
13年4月23⽇日星期⼆二
• 機上盒無法觀看網路電視
• 安裝 PPS.TV 的 App,連網看電影
13年4月23⽇日星期⼆二
我家的電視也可以上網!
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
不能滿⾜足我的需求
13年4月23⽇日星期⼆二
• 以 Moko365 為例,我們有⾮非常多獨家課
程,我們是 content maker (content
provider)
• 什麼 infrasturcture / ecosystem 最 Moko365
最有利?
13年4月23⽇日星期⼆二
LG announced it acquired webOS from HP to be used
in its brand of Smart TVs
13年4月23⽇日星期⼆二
Web-to-TV
13年4月23⽇日星期⼆二
Google TV with Chrome
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
• 電視內建瀏覽器(TV Browser)來執⾏行
HTML5 App,易於整合網路服務
• 以 HTML5 來開發 TV App 或 TV Service,
雖然說這不⼀一定是強制的標準,但可能是
最能創造商業價值的標準
13年4月23⽇日星期⼆二
Google’s
Ecosystem
GoogleTV
Chrome App
Youtube videos
13年4月23⽇日星期⼆二
現在,應該是考慮 Google TV 的時刻了!
NO
13年4月23⽇日星期⼆二
don t be evil
13年4月23⽇日星期⼆二
⼤大家怎麼做?
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
HTML5 雲端應⽤用架構
(C) 2013 Go8Panel.com
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
(C) 2013 Go8Panel.com
Over Internet
13年4月23⽇日星期⼆二
13年4月23⽇日星期⼆二
Presentation (UI) by
HTML5 and JavaScript
Go8Panel SDK
Android WebView
Native APIs
Photo2TV App
(C) 2013 Go8Panel.com
Remote
Controller
WiFi Direct and
Miracast
13年4月23⽇日星期⼆二
Android
WebOS
Firefox OS
Any HTML5 OS
13年4月23⽇日星期⼆二
Rikomagic MK802 III Dual Core Android 4.1 Jelly Bean Mini PC RK3066 1.6Ghz
Cortex A9 1GB RAM 4G ROM HDMI Black
Rockchip RK3066 dual core up to 1.6GHz,cotex A9,quad-core Mali 400 GPU
13年4月23⽇日星期⼆二
Smartphone SDK =
TV SDK
13年4月23⽇日星期⼆二
• SmartPhone 有了 SDK 後,開啟⼿手機⼤大戰時
代
• TV 也有 SDK、App store
13年4月23⽇日星期⼆二
How H.762 Works
13年4月23⽇日星期⼆二
Getting Started
• LIME - Lightweight Interactive Multimedia
Environment
• Using W3C CSS for TV device (CSS TV 1.0)
• BML - Broadcast Markup Language
13年4月23⽇日星期⼆二
h3 {
display: inline;
display: run-in;
}
13年4月23⽇日星期⼆二
1 #content {
2 width: 100%;
3 }
4
5 @media screen {
6 img {
7 }
8 }
9
10 @media tv {
11 img {
12 width: 300px;
13 }
14 }
13年4月23⽇日星期⼆二
BML
• Developed by Japanese ARIB Association
• Digital TV broadcasting
• Derived from XHTML 1.0 strict, CSS 1, CSS 2
and ECMAScript (JavaScript)
• Now toward HTML5
13年4月23⽇日星期⼆二
<?xml version="1.0" encoding="EUC-JP" ?>
<!DOCTYPE bml PUBLIC "+//ARIB STD-B24:1999//
DTD BML Document//JA" "bml_1_0.dtd">
<?bml bml-version="1.0" ?>
13年4月23⽇日星期⼆二
<bml>
<head>
<style>
a:active
{
! font-size: 32px;
}
</style>
</head>
<body>
</body>
</bml>
<html>
<head>
<style>
a:active
{
! font-size: 32px;
}
</style>
</head>
<body>
</body>
</html>
13年4月23⽇日星期⼆二
Web Practice
• HTML5
• CSS3
• JavaScript and DOM
13年4月23⽇日星期⼆二
H.762+
13年4月23⽇日星期⼆二
Go8Panel SDK
Easy to create UI for TV apps
TV user experience and use scenario
13年4月23⽇日星期⼆二
可以安裝 App (Content)。
⼀一家⼈人坐在客廳沙發上,將不只是對著
SmartTV 看節⺫⽬目。⼈人類的客廳與居家⽣生活形
態也將產⽣生很⼤大的變化。
SDK 與開發者,⼜又將成為客廳⼤大戰的催⼿手。
創業家也將在客廳裡,創造出更多的商業模
式
13年4月23⽇日星期⼆二
Mini PC
13年4月23⽇日星期⼆二
差異
Phone/Tablet TV
Touch Panel
Remote
Controller
Rich UI Widgets Display Contents
13年4月23⽇日星期⼆二
Go8Panel SDK
• ⺫⽬目標不是在創造新標準
• ⽽而是提供更簡單製作 TV App 的環境
• 標準只是⼀一個更具體的 TV app
programming 依據
• H.762: NOT for TV app programming
• H.762+: IS for TV app programming
13年4月23⽇日星期⼆二
Go8Panel SDK
• Improve UI
• Improve use scenario
• Improve UX
• Easy to deliver (broadcast) contents to TV
13年4月23⽇日星期⼆二
TV App = App 2.0
Game
Movie
Education
13年4月23⽇日星期⼆二
Go8Panel.com 計畫
TV Applications
Presentation (UI)
(C) 2013 Go8Panel.com
G8Panel Framework
H.762 H.763
G8Panel SDK
WebSocket
Android WebView
Native Webkit
...
13年4月23⽇日星期⼆二
• 標準本⾝身並不重要
• TV App 相關標準的發展,勢必落後應⽤用
3~5 年
• WebTV (Web-to-TV)
• Android Mini PC + HDMI Output + TV
Minitor
• 還有更多
13年4月23⽇日星期⼆二
Why H.762+
Standardize APIs (Application Programming Interface)
H.762 goes to developers community
More and more apps, and contents
Easy development
Helping the new App 2.0
Use standard HTML5 browsers for TV runtime
13年4月23⽇日星期⼆二
(1)Set-top-box / Cable TV
(2)GoogleTV /Youtube / Chrome Store
(3)LeTV Store / ...
(4)Your App andYour Cloud
13年4月23⽇日星期⼆二
Standalone
Ecosystem
Create your own Web TV channel
Create standalone TV app
13年4月23⽇日星期⼆二
<!DOCTYPE html >
<html>
<head>
	

 <meta charset="UTF-8" />
	

 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	

	

 <!-- This is the Go8Panel SDK --->
	

 <link rel="stylesheet" href="css/base.css" type="text/css" />
	

 <link rel="stylesheet" href="css/common.css" type="text/css" />
	

	

 <!-- This is based on ITU-T H.763.1 --->
	

 <link rel="stylesheet" href="css/lime/default.css" type="text/css" />	

13年4月23⽇日星期⼆二
<!-- This is the Go8Panel SDK for screens (TV, tablet…) --->
	

 <link rel="stylesheet"
	

 media="screen and (max-width: 480px)"
href="css/800.css"
	

 type="text/css" />
	

 <link rel="stylesheet"
	

 media="screen and (max-width: 720px) and (min-width: 481px)"
href="css/800.css"
	

 type="text/css" />
	

 <link rel="stylesheet"
	

 media="screen and (max-width: 800px) and (min-width: 721px)"
href="css/800.css"
	

 type="text/css" />
	

 <link rel="stylesheet"
	

 media="screen and (min-width: 801px)"
href="css/800.css"
	

 type="text/css" />
13年4月23⽇日星期⼆二
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<script src="js/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="js/jquery.iptv.js" type="text/javascript"></script>
<script src="js/jquery.webrtc.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
$.IPTVButtonRed(start());
$.IPTVButtonBlue(nextPage());
$.IPTVButtonYellow(lastPage());
});
</script>
13年4月23⽇日星期⼆二

Contenu connexe

Similaire à 讓 HTML5 走進 IPTV Framework

2013 輔大資工 暑期宅學營 PhoneGap 跨平台任我玩,HTML5 無痛開發 App
2013 輔大資工 暑期宅學營  PhoneGap  跨平台任我玩,HTML5 無痛開發 App2013 輔大資工 暑期宅學營  PhoneGap  跨平台任我玩,HTML5 無痛開發 App
2013 輔大資工 暑期宅學營 PhoneGap 跨平台任我玩,HTML5 無痛開發 AppHuang-I Yang
 
開放原始碼 Ch1.3 intro - oss - google codes (ver 2.0)
開放原始碼 Ch1.3   intro - oss - google codes (ver 2.0)開放原始碼 Ch1.3   intro - oss - google codes (ver 2.0)
開放原始碼 Ch1.3 intro - oss - google codes (ver 2.0)My own sweet home!
 
HTML5 生态系统和应用架构模型
HTML5 生态系统和应用架构模型HTML5 生态系统和应用架构模型
HTML5 生态系统和应用架构模型Tom Fan
 
Koubei banquet 27
Koubei banquet 27Koubei banquet 27
Koubei banquet 27Koubei UED
 
Port android to black berry 10.pptx
Port android to black berry 10.pptxPort android to black berry 10.pptx
Port android to black berry 10.pptxSimon HSU
 
2013 phind corp. 公司簡介
2013 phind corp. 公司簡介2013 phind corp. 公司簡介
2013 phind corp. 公司簡介Chia-Yu Kuo
 
北區13校GDSC聯合流會.pdf
北區13校GDSC聯合流會.pdf北區13校GDSC聯合流會.pdf
北區13校GDSC聯合流會.pdfssuserded2d4
 
Picoway Company Profile 1.5
Picoway Company Profile 1.5Picoway Company Profile 1.5
Picoway Company Profile 1.5picoway
 
Picoway Company Profile V1.5
Picoway Company Profile V1.5Picoway Company Profile V1.5
Picoway Company Profile V1.5picoway
 
那些年,我們一起用過的 Xcode
那些年,我們一起用過的 Xcode那些年,我們一起用過的 Xcode
那些年,我們一起用過的 XcodeMikimoto Chuang
 
導入 Flutter 前你應該知道的事
導入 Flutter 前你應該知道的事導入 Flutter 前你應該知道的事
導入 Flutter 前你應該知道的事Weizhong Yang
 
我們與 M-CORD Release 的距離
我們與 M-CORD Release 的距離我們與 M-CORD Release 的距離
我們與 M-CORD Release 的距離Wei-Yu Chen
 
Android 4-app
Android 4-appAndroid 4-app
Android 4-applydiafly
 
[DCTPE2010] Drupal 遇上行動網路服務
[DCTPE2010] Drupal 遇上行動網路服務[DCTPE2010] Drupal 遇上行動網路服務
[DCTPE2010] Drupal 遇上行動網路服務Drupal Taiwan
 
HKPC 行業專題培訓講座 - 雲計算 在零售業 (I) 基礎篇
HKPC 行業專題培訓講座 - 雲計算 在零售業 (I) 基礎篇HKPC 行業專題培訓講座 - 雲計算 在零售業 (I) 基礎篇
HKPC 行業專題培訓講座 - 雲計算 在零售業 (I) 基礎篇Dennis. Lee
 
Service Integration Workshop
Service Integration WorkshopService Integration Workshop
Service Integration WorkshopRyan Chung
 
Koubei banquet 28
Koubei banquet 28Koubei banquet 28
Koubei banquet 28Koubei UED
 

Similaire à 讓 HTML5 走進 IPTV Framework (20)

2013 輔大資工 暑期宅學營 PhoneGap 跨平台任我玩,HTML5 無痛開發 App
2013 輔大資工 暑期宅學營  PhoneGap  跨平台任我玩,HTML5 無痛開發 App2013 輔大資工 暑期宅學營  PhoneGap  跨平台任我玩,HTML5 無痛開發 App
2013 輔大資工 暑期宅學營 PhoneGap 跨平台任我玩,HTML5 無痛開發 App
 
開放原始碼 Ch1.3 intro - oss - google codes (ver 2.0)
開放原始碼 Ch1.3   intro - oss - google codes (ver 2.0)開放原始碼 Ch1.3   intro - oss - google codes (ver 2.0)
開放原始碼 Ch1.3 intro - oss - google codes (ver 2.0)
 
HTML5 生态系统和应用架构模型
HTML5 生态系统和应用架构模型HTML5 生态系统和应用架构模型
HTML5 生态系统和应用架构模型
 
Koubei banquet 27
Koubei banquet 27Koubei banquet 27
Koubei banquet 27
 
Port android to black berry 10.pptx
Port android to black berry 10.pptxPort android to black berry 10.pptx
Port android to black berry 10.pptx
 
Banquet 39
Banquet 39Banquet 39
Banquet 39
 
2013 phind corp. 公司簡介
2013 phind corp. 公司簡介2013 phind corp. 公司簡介
2013 phind corp. 公司簡介
 
The Development and Prospect of Deploying Cloud-Native O-RAN.pdf
The Development and Prospect of Deploying Cloud-Native O-RAN.pdfThe Development and Prospect of Deploying Cloud-Native O-RAN.pdf
The Development and Prospect of Deploying Cloud-Native O-RAN.pdf
 
北區13校GDSC聯合流會.pdf
北區13校GDSC聯合流會.pdf北區13校GDSC聯合流會.pdf
北區13校GDSC聯合流會.pdf
 
Picoway Company Profile 1.5
Picoway Company Profile 1.5Picoway Company Profile 1.5
Picoway Company Profile 1.5
 
Picoway Company Profile V1.5
Picoway Company Profile V1.5Picoway Company Profile V1.5
Picoway Company Profile V1.5
 
那些年,我們一起用過的 Xcode
那些年,我們一起用過的 Xcode那些年,我們一起用過的 Xcode
那些年,我們一起用過的 Xcode
 
導入 Flutter 前你應該知道的事
導入 Flutter 前你應該知道的事導入 Flutter 前你應該知道的事
導入 Flutter 前你應該知道的事
 
我們與 M-CORD Release 的距離
我們與 M-CORD Release 的距離我們與 M-CORD Release 的距離
我們與 M-CORD Release 的距離
 
Android 4-app
Android 4-appAndroid 4-app
Android 4-app
 
[DCTPE2010] Drupal 遇上行動網路服務
[DCTPE2010] Drupal 遇上行動網路服務[DCTPE2010] Drupal 遇上行動網路服務
[DCTPE2010] Drupal 遇上行動網路服務
 
Firebase 基礎上手 |2小時由入門到精通 | GDSC NYCU
 Firebase 基礎上手 |2小時由入門到精通 | GDSC NYCU Firebase 基礎上手 |2小時由入門到精通 | GDSC NYCU
Firebase 基礎上手 |2小時由入門到精通 | GDSC NYCU
 
HKPC 行業專題培訓講座 - 雲計算 在零售業 (I) 基礎篇
HKPC 行業專題培訓講座 - 雲計算 在零售業 (I) 基礎篇HKPC 行業專題培訓講座 - 雲計算 在零售業 (I) 基礎篇
HKPC 行業專題培訓講座 - 雲計算 在零售業 (I) 基礎篇
 
Service Integration Workshop
Service Integration WorkshopService Integration Workshop
Service Integration Workshop
 
Koubei banquet 28
Koubei banquet 28Koubei banquet 28
Koubei banquet 28
 

Plus de Jollen Chen

Flowchain blockchain classroom at Taiwan Tech University
Flowchain blockchain classroom at Taiwan Tech UniversityFlowchain blockchain classroom at Taiwan Tech University
Flowchain blockchain classroom at Taiwan Tech UniversityJollen Chen
 
Bitmark and Hyperledger Workshop: the Digital Assets and Property
Bitmark and Hyperledger Workshop: the Digital Assets and PropertyBitmark and Hyperledger Workshop: the Digital Assets and Property
Bitmark and Hyperledger Workshop: the Digital Assets and PropertyJollen Chen
 
Introducing the Blockchain and Distributed Ledger Technology
Introducing the Blockchain and  Distributed Ledger TechnologyIntroducing the Blockchain and  Distributed Ledger Technology
Introducing the Blockchain and Distributed Ledger TechnologyJollen Chen
 
Maker of Things - the open IoT cloud for makers chapter.
Maker of Things - the open IoT cloud for makers chapter.Maker of Things - the open IoT cloud for makers chapter.
Maker of Things - the open IoT cloud for makers chapter.Jollen Chen
 
WoT.City and IoT Protocols Movement @ Taipei, Taiwan
WoT.City and IoT Protocols Movement @ Taipei, TaiwanWoT.City and IoT Protocols Movement @ Taipei, Taiwan
WoT.City and IoT Protocols Movement @ Taipei, TaiwanJollen Chen
 
IoT and Maker Crossover (IMCO) Conference 2015
IoT and Maker Crossover (IMCO) Conference 2015IoT and Maker Crossover (IMCO) Conference 2015
IoT and Maker Crossover (IMCO) Conference 2015Jollen Chen
 
Open IoT Cloud Architecture, Web of Things, Shenzhen, China.
Open IoT Cloud Architecture, Web of Things, Shenzhen, China.Open IoT Cloud Architecture, Web of Things, Shenzhen, China.
Open IoT Cloud Architecture, Web of Things, Shenzhen, China.Jollen Chen
 
Backbone.js and MVW 101
Backbone.js and MVW 101Backbone.js and MVW 101
Backbone.js and MVW 101Jollen Chen
 
Single-Page Application Design Principles 101
Single-Page Application Design Principles 101Single-Page Application Design Principles 101
Single-Page Application Design Principles 101Jollen Chen
 
MongoDB & NoSQL 101
 MongoDB & NoSQL 101 MongoDB & NoSQL 101
MongoDB & NoSQL 101Jollen Chen
 
Mokoversity Course: Apple Swift 101 - Introduction
Mokoversity Course: Apple Swift 101 - IntroductionMokoversity Course: Apple Swift 101 - Introduction
Mokoversity Course: Apple Swift 101 - IntroductionJollen Chen
 
Android Wear SDK: Level 101
Android Wear SDK: Level 101Android Wear SDK: Level 101
Android Wear SDK: Level 101Jollen Chen
 
Startup eng-camp 3
Startup eng-camp 3Startup eng-camp 3
Startup eng-camp 3Jollen Chen
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)Jollen Chen
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)Jollen Chen
 
Android HAL Introduction: libhardware and its legacy
Android HAL Introduction: libhardware and its legacyAndroid HAL Introduction: libhardware and its legacy
Android HAL Introduction: libhardware and its legacyJollen Chen
 
Jollen's Presentation: Introducing Android low-level
Jollen's Presentation: Introducing Android low-levelJollen's Presentation: Introducing Android low-level
Jollen's Presentation: Introducing Android low-levelJollen Chen
 
Embedded Linux: Introduction
Embedded Linux: IntroductionEmbedded Linux: Introduction
Embedded Linux: IntroductionJollen Chen
 
Android Application: Introduction
Android Application: IntroductionAndroid Application: Introduction
Android Application: IntroductionJollen Chen
 
Android OS Porting: Introduction
Android OS Porting: IntroductionAndroid OS Porting: Introduction
Android OS Porting: IntroductionJollen Chen
 

Plus de Jollen Chen (20)

Flowchain blockchain classroom at Taiwan Tech University
Flowchain blockchain classroom at Taiwan Tech UniversityFlowchain blockchain classroom at Taiwan Tech University
Flowchain blockchain classroom at Taiwan Tech University
 
Bitmark and Hyperledger Workshop: the Digital Assets and Property
Bitmark and Hyperledger Workshop: the Digital Assets and PropertyBitmark and Hyperledger Workshop: the Digital Assets and Property
Bitmark and Hyperledger Workshop: the Digital Assets and Property
 
Introducing the Blockchain and Distributed Ledger Technology
Introducing the Blockchain and  Distributed Ledger TechnologyIntroducing the Blockchain and  Distributed Ledger Technology
Introducing the Blockchain and Distributed Ledger Technology
 
Maker of Things - the open IoT cloud for makers chapter.
Maker of Things - the open IoT cloud for makers chapter.Maker of Things - the open IoT cloud for makers chapter.
Maker of Things - the open IoT cloud for makers chapter.
 
WoT.City and IoT Protocols Movement @ Taipei, Taiwan
WoT.City and IoT Protocols Movement @ Taipei, TaiwanWoT.City and IoT Protocols Movement @ Taipei, Taiwan
WoT.City and IoT Protocols Movement @ Taipei, Taiwan
 
IoT and Maker Crossover (IMCO) Conference 2015
IoT and Maker Crossover (IMCO) Conference 2015IoT and Maker Crossover (IMCO) Conference 2015
IoT and Maker Crossover (IMCO) Conference 2015
 
Open IoT Cloud Architecture, Web of Things, Shenzhen, China.
Open IoT Cloud Architecture, Web of Things, Shenzhen, China.Open IoT Cloud Architecture, Web of Things, Shenzhen, China.
Open IoT Cloud Architecture, Web of Things, Shenzhen, China.
 
Backbone.js and MVW 101
Backbone.js and MVW 101Backbone.js and MVW 101
Backbone.js and MVW 101
 
Single-Page Application Design Principles 101
Single-Page Application Design Principles 101Single-Page Application Design Principles 101
Single-Page Application Design Principles 101
 
MongoDB & NoSQL 101
 MongoDB & NoSQL 101 MongoDB & NoSQL 101
MongoDB & NoSQL 101
 
Mokoversity Course: Apple Swift 101 - Introduction
Mokoversity Course: Apple Swift 101 - IntroductionMokoversity Course: Apple Swift 101 - Introduction
Mokoversity Course: Apple Swift 101 - Introduction
 
Android Wear SDK: Level 101
Android Wear SDK: Level 101Android Wear SDK: Level 101
Android Wear SDK: Level 101
 
Startup eng-camp 3
Startup eng-camp 3Startup eng-camp 3
Startup eng-camp 3
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
 
Android HAL Introduction: libhardware and its legacy
Android HAL Introduction: libhardware and its legacyAndroid HAL Introduction: libhardware and its legacy
Android HAL Introduction: libhardware and its legacy
 
Jollen's Presentation: Introducing Android low-level
Jollen's Presentation: Introducing Android low-levelJollen's Presentation: Introducing Android low-level
Jollen's Presentation: Introducing Android low-level
 
Embedded Linux: Introduction
Embedded Linux: IntroductionEmbedded Linux: Introduction
Embedded Linux: Introduction
 
Android Application: Introduction
Android Application: IntroductionAndroid Application: Introduction
Android Application: Introduction
 
Android OS Porting: Introduction
Android OS Porting: IntroductionAndroid OS Porting: Introduction
Android OS Porting: Introduction
 

讓 HTML5 走進 IPTV Framework