SlideShare a Scribd company logo
1 of 42
從 Google I/O 2015 看下半年
mobile 應用發展趨勢
Ascii
https://www.facebook.com/asciiss
應該改成~
從 Google I/O 2015 發表內容
決定下半年 Mobile App 工作時
程表
摘要
各國際大廠的產品線有什麼變化?
Back-End 應該注意什麼?
Front-End 應該注意什麼?
Art 應該注意什麼?
App Developer 接下來可以做什麼?
產品線變化 - 硬體設備
Wearable IoT AR/VR Car
Google Android Wear Brillo Cardboard Android Auto
Apple Apple Watch Car Play
Microsoft Microsoft Band Windows
for IoT
Hololens
Facebook
產品線變化 - 服務與機制
OS & Dev Back-End Search
Engine
Web/Mobile
Bridge
Google Android App Engine Google Android Deep
Links
Apple iOS Cloud Kit Bing Universal Links
Microsoft Win 10 (UWP) Azure Bing Uri Association
Facebook React Native Parse Bing App Links
Back-End 應該注意什麼?
HTTP/2
Android HttpClient Deprecated
iOS 9 積極支援 HTTP/2
HTTPS
Chromecast Receiver 僅可使用 HTTPS
App Transport Security 預設非 HTTPS 為錯誤
Front-End 應該注意什麼?
URL Scheme 886~
Android Deep Links
iOS Universal Links
與 Web 共用帳號密碼
Android Smart Lock for Password
iOS 9 safari 與 App 共用密碼
Art 應該注意什麼?
Material Design Year One
FAB Expansion
750+ Free Material Icons
iOS 9 Multitasking
New Apple Watch UI
New Font San Francisco
Google Review
為了讓印尼農村的兒童,與世界級研究中心的教授透過手指就
能得到一樣的知識,於是創造了 Google Search
Google 知道人們是如何的對週遭真實世界感到好奇,於是創
造了 Google Map、YouTube
Google 看到了生產一部手機是多麼的難,使用者在選擇裝置
時經歷了多麼不一致的 UX,開發商面臨了多麼不一致的 DX,
於是創造了 Android
2014/06 ~ 2015/06
超過 600 million 的 smart phone 新用戶
Android 已達 4000+ 種設備
Android Wear 7 種設備
Android Auto 35+ 家車廠
Android TV 3 家廠商已上市
be together. not the same.
你們有事嗎?
2015 下半年可以看到什麼?
Android Marshmallow
Android Wear Update
Brillo + WEAVE
Google Now on Tap
Android Studio 1.3
Android Marshmallow
App Permissions
https://github.com/googlesamples/android-RuntimePermissions
Web Experience + Chrome custom tabs
App Links
Android Pay + Fingerprint Support
Direct Share
USB Type C
Android Wear
Android System
4GB Memory
Bluetooth
About 72+ hours power
KKBOX for Android Wear
https://youtu.be/N-SAKxdoArA
Brillo
URI Associations ( URL Scheme, Protocol )
Android Deep Links
<activity android:name="com.kkbox.HomeActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- http://www.my_name.com/tw/tc/category/4EUeat-QPFOG91-index.html -->
<data android:scheme="http"
android:host="www.my_name.com"
android:pathPrefix="/tw/tc/category" />
<!-- <data android:scheme="my_name" /> -->
</intent-filter>
</activity>
Android Deep Links Demo
Declare a Website Association
// statements.json
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "<package name>",
"sha256_cert_fingerprints": ["6C:EC:C5:0E:34:AE....EB:0C:9B"]
}
}
Android Deep Links
想到向下相容就覺得悲劇 :Q
String action = clickURL.toLowerCase();
if (action.startsWith("my_name://")) {
// do something
} else if (action.startWith("http://")) {
// do something
}
Google Search
Keep Users Engaged
Get More Users
https://developers.google.com/search/
Keep Users Engaged - App Indexing
App Indexing
// Initial googleApiClient
Uri defaultUri = Uri.parse("android-app://com.ascii.weather/");
Uri appUri = Uri.parse(defaultUri + "asciiweather/city_" + city.id);
Action viewAction = Action.newAction(
Action.TYPE_VIEW,
"台北",
appUri);
AppIndex.AppIndexApi.start(googleApiClient, viewAction);
Get More User - Schema.org Action
3:02
Schema.org
// The act of consuming dynamic/moving visual content.
<script type="application/id+json">
{
"name" = "Title_of_the_show",
"PotentialAction" : {
"@type" : "WatchAction",
"target" : [
"http://yourdomain.com/{host_path}",
"android-app://{package_name}/{schema}/{host_path}",
"ios-app://{itunes_id}/{schema}/{host_path}", ]
}
}
Google Now
Context Answers Actions
Google Now on Tap
53:08
Google Now Answer Cards Schemas
Event Reservation
Flight Reservation
Hotel Reservation
Restaurant Reservation
https://www.google.com/landing/now/integrations.html
Android TV
Android Set-Top Box != Android TV
4 Brands
ASUS
PHILIPS
SHARP
SONY
Android Auto
35+ Brands
User Experence
Developer Experence
App Support
Google Play
Developer Pages
Conversion Funnel
Play store listing experiments
Little things
GCM for Android, iOS, Chrome
Cardboard SDK for Android, iOS
Google Photos for Android, iOS
UDACITY
100 Days of Google Dev
參考一下我們整理的懶人包吧
https://kkbox.codes/
謝謝聆聽~
Ascii
https://www.facebook.com/asciiss

More Related Content

What's hot

Android Things Latest News / Aug 25, 2017
Android Things Latest News / Aug 25, 2017Android Things Latest News / Aug 25, 2017
Android Things Latest News / Aug 25, 2017Masahiro Hidaka
 
IO17就是講義氣
IO17就是講義氣IO17就是講義氣
IO17就是講義氣PRADA Hsiung
 
PhoneGap talk from Singapore
PhoneGap talk from SingaporePhoneGap talk from Singapore
PhoneGap talk from SingaporeSteve Gill
 
Phonegap facebook- plugin
Phonegap facebook- pluginPhonegap facebook- plugin
Phonegap facebook- pluginSteve Gill
 
Flash Platform for Devices
Flash Platform for DevicesFlash Platform for Devices
Flash Platform for DevicesSerge Jespers
 
Developing Your First Android Wear App
Developing Your First Android Wear AppDeveloping Your First Android Wear App
Developing Your First Android Wear AppJames Montemagno
 
Android app development hybrid approach for beginners - Tools Installations ...
Android app development  hybrid approach for beginners - Tools Installations ...Android app development  hybrid approach for beginners - Tools Installations ...
Android app development hybrid approach for beginners - Tools Installations ...Khirulnizam Abd Rahman
 
Yahoo! 釀的酒 - 淺嚐 Cocktails
Yahoo! 釀的酒 - 淺嚐 CocktailsYahoo! 釀的酒 - 淺嚐 Cocktails
Yahoo! 釀的酒 - 淺嚐 CocktailsYing-Hsiang Liao
 
Adobe gaming today tomorrow Trento
Adobe gaming today tomorrow TrentoAdobe gaming today tomorrow Trento
Adobe gaming today tomorrow TrentoInSide Training
 
Google IO - Five months later
Google IO - Five months laterGoogle IO - Five months later
Google IO - Five months laterMatteo Bonifazi
 
TiCalabash: Fully automated Acceptance Testing @ TiConf EU 2014
TiCalabash: Fully automated Acceptance Testing @ TiConf EU 2014TiCalabash: Fully automated Acceptance Testing @ TiConf EU 2014
TiCalabash: Fully automated Acceptance Testing @ TiConf EU 2014Andrew McElroy
 
Firefox os how large open source project works
Firefox os   how large open source project worksFirefox os   how large open source project works
Firefox os how large open source project worksFred Lin
 
Ksdg customize-your-firefoxos
Ksdg customize-your-firefoxosKsdg customize-your-firefoxos
Ksdg customize-your-firefoxosYuren Ju
 
Swift iOS Architecture with FLUX in mind. UA Mobile 2016.
Swift iOS Architecture with FLUX in mind. UA Mobile 2016.Swift iOS Architecture with FLUX in mind. UA Mobile 2016.
Swift iOS Architecture with FLUX in mind. UA Mobile 2016.UA Mobile
 
Game On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UYGame On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UYShahed Chowdhuri
 

What's hot (20)

Android Things Latest News / Aug 25, 2017
Android Things Latest News / Aug 25, 2017Android Things Latest News / Aug 25, 2017
Android Things Latest News / Aug 25, 2017
 
IO17就是講義氣
IO17就是講義氣IO17就是講義氣
IO17就是講義氣
 
PhoneGap talk from Singapore
PhoneGap talk from SingaporePhoneGap talk from Singapore
PhoneGap talk from Singapore
 
Phonegap facebook- plugin
Phonegap facebook- pluginPhonegap facebook- plugin
Phonegap facebook- plugin
 
Flash Platform for Devices
Flash Platform for DevicesFlash Platform for Devices
Flash Platform for Devices
 
Android a brief intro
Android a brief introAndroid a brief intro
Android a brief intro
 
Developing Your First Android Wear App
Developing Your First Android Wear AppDeveloping Your First Android Wear App
Developing Your First Android Wear App
 
Is My App Secure ?
 Is My App Secure ? Is My App Secure ?
Is My App Secure ?
 
Android app development hybrid approach for beginners - Tools Installations ...
Android app development  hybrid approach for beginners - Tools Installations ...Android app development  hybrid approach for beginners - Tools Installations ...
Android app development hybrid approach for beginners - Tools Installations ...
 
Yahoo! 釀的酒 - 淺嚐 Cocktails
Yahoo! 釀的酒 - 淺嚐 CocktailsYahoo! 釀的酒 - 淺嚐 Cocktails
Yahoo! 釀的酒 - 淺嚐 Cocktails
 
Adobe gaming today tomorrow Trento
Adobe gaming today tomorrow TrentoAdobe gaming today tomorrow Trento
Adobe gaming today tomorrow Trento
 
Google IO - Five months later
Google IO - Five months laterGoogle IO - Five months later
Google IO - Five months later
 
TiCalabash: Fully automated Acceptance Testing @ TiConf EU 2014
TiCalabash: Fully automated Acceptance Testing @ TiConf EU 2014TiCalabash: Fully automated Acceptance Testing @ TiConf EU 2014
TiCalabash: Fully automated Acceptance Testing @ TiConf EU 2014
 
Flutter
FlutterFlutter
Flutter
 
Firefox os how large open source project works
Firefox os   how large open source project worksFirefox os   how large open source project works
Firefox os how large open source project works
 
Facebook F8
Facebook F8Facebook F8
Facebook F8
 
Flutter UI Framework
Flutter UI FrameworkFlutter UI Framework
Flutter UI Framework
 
Ksdg customize-your-firefoxos
Ksdg customize-your-firefoxosKsdg customize-your-firefoxos
Ksdg customize-your-firefoxos
 
Swift iOS Architecture with FLUX in mind. UA Mobile 2016.
Swift iOS Architecture with FLUX in mind. UA Mobile 2016.Swift iOS Architecture with FLUX in mind. UA Mobile 2016.
Swift iOS Architecture with FLUX in mind. UA Mobile 2016.
 
Game On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UYGame On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UY
 

Viewers also liked

吃水果的注意事項
吃水果的注意事項吃水果的注意事項
吃水果的注意事項fetcmc
 
1000319
10003191000319
1000319cdyinl
 
勞動力發展GIS平台展示
勞動力發展GIS平台展示勞動力發展GIS平台展示
勞動力發展GIS平台展示cpc2631
 
GIS Example Map for Geography Students
GIS Example Map for Geography StudentsGIS Example Map for Geography Students
GIS Example Map for Geography StudentsLouise Wigan
 
GIS培训
GIS培训GIS培训
GIS培训NewMap
 
5 1行動服務20121103
5 1行動服務201211035 1行動服務20121103
5 1行動服務20121103cpc2631
 
基于GIS的广州城市时间地图研究
基于GIS的广州城市时间地图研究基于GIS的广州城市时间地图研究
基于GIS的广州城市时间地图研究唐遠方 Tony
 
原生態有機產品品牌新提案草案 品牌理念及特色擬定策畫
原生態有機產品品牌新提案草案 品牌理念及特色擬定策畫原生態有機產品品牌新提案草案 品牌理念及特色擬定策畫
原生態有機產品品牌新提案草案 品牌理念及特色擬定策畫丞浲 邱
 
27 應用arc gis javascript api設計互動式電子遊記
27 應用arc gis javascript api設計互動式電子遊記27 應用arc gis javascript api設計互動式電子遊記
27 應用arc gis javascript api設計互動式電子遊記Willy Yang
 
不生病又長壽的方法 Unold
不生病又長壽的方法 Unold不生病又長壽的方法 Unold
不生病又長壽的方法 Unoldibme3838
 
從咖啡談食安問題與飲食文明
從咖啡談食安問題與飲食文明從咖啡談食安問題與飲食文明
從咖啡談食安問題與飲食文明eRotary
 
金剛經全文
金剛經全文金剛經全文
金剛經全文family
 
東門國小20121005綠籐生機
東門國小20121005綠籐生機東門國小20121005綠籐生機
東門國小20121005綠籐生機曼玉 詹
 
地理資訊產業國際發展趨勢
地理資訊產業國際發展趨勢地理資訊產業國際發展趨勢
地理資訊產業國際發展趨勢俤 銳
 
人手一本的 不生病的生活 精華版
人手一本的 不生病的生活 精華版人手一本的 不生病的生活 精華版
人手一本的 不生病的生活 精華版David Chen
 
吃出台灣生命力 台灣好米系列活動手冊
吃出台灣生命力 台灣好米系列活動手冊吃出台灣生命力 台灣好米系列活動手冊
吃出台灣生命力 台灣好米系列活動手冊happytwn
 
Fw:不能吃的秘密
Fw:不能吃的秘密Fw:不能吃的秘密
Fw:不能吃的秘密alienmars
 

Viewers also liked (20)

吃水果的注意事項
吃水果的注意事項吃水果的注意事項
吃水果的注意事項
 
E樓網
E樓網E樓網
E樓網
 
1000319
10003191000319
1000319
 
勞動力發展GIS平台展示
勞動力發展GIS平台展示勞動力發展GIS平台展示
勞動力發展GIS平台展示
 
D1-7 從舉頭觀鵲到彎腰環保(里山研討會)
D1-7 從舉頭觀鵲到彎腰環保(里山研討會)D1-7 從舉頭觀鵲到彎腰環保(里山研討會)
D1-7 從舉頭觀鵲到彎腰環保(里山研討會)
 
GIS Example Map for Geography Students
GIS Example Map for Geography StudentsGIS Example Map for Geography Students
GIS Example Map for Geography Students
 
GIS培训
GIS培训GIS培训
GIS培训
 
5 1行動服務20121103
5 1行動服務201211035 1行動服務20121103
5 1行動服務20121103
 
Web gis 介紹
Web gis 介紹Web gis 介紹
Web gis 介紹
 
基于GIS的广州城市时间地图研究
基于GIS的广州城市时间地图研究基于GIS的广州城市时间地图研究
基于GIS的广州城市时间地图研究
 
原生態有機產品品牌新提案草案 品牌理念及特色擬定策畫
原生態有機產品品牌新提案草案 品牌理念及特色擬定策畫原生態有機產品品牌新提案草案 品牌理念及特色擬定策畫
原生態有機產品品牌新提案草案 品牌理念及特色擬定策畫
 
27 應用arc gis javascript api設計互動式電子遊記
27 應用arc gis javascript api設計互動式電子遊記27 應用arc gis javascript api設計互動式電子遊記
27 應用arc gis javascript api設計互動式電子遊記
 
不生病又長壽的方法 Unold
不生病又長壽的方法 Unold不生病又長壽的方法 Unold
不生病又長壽的方法 Unold
 
從咖啡談食安問題與飲食文明
從咖啡談食安問題與飲食文明從咖啡談食安問題與飲食文明
從咖啡談食安問題與飲食文明
 
金剛經全文
金剛經全文金剛經全文
金剛經全文
 
東門國小20121005綠籐生機
東門國小20121005綠籐生機東門國小20121005綠籐生機
東門國小20121005綠籐生機
 
地理資訊產業國際發展趨勢
地理資訊產業國際發展趨勢地理資訊產業國際發展趨勢
地理資訊產業國際發展趨勢
 
人手一本的 不生病的生活 精華版
人手一本的 不生病的生活 精華版人手一本的 不生病的生活 精華版
人手一本的 不生病的生活 精華版
 
吃出台灣生命力 台灣好米系列活動手冊
吃出台灣生命力 台灣好米系列活動手冊吃出台灣生命力 台灣好米系列活動手冊
吃出台灣生命力 台灣好米系列活動手冊
 
Fw:不能吃的秘密
Fw:不能吃的秘密Fw:不能吃的秘密
Fw:不能吃的秘密
 

Similar to 從 Google i/o 2015 看下半年 mobile 應用發展趨勢

Desenvolvimento Mobile Híbrido
Desenvolvimento Mobile HíbridoDesenvolvimento Mobile Híbrido
Desenvolvimento Mobile HíbridoJuliano Martins
 
Wearable Device Forensics
Wearable Device ForensicsWearable Device Forensics
Wearable Device ForensicsSteve Watson
 
最先端の利用シーンからみるセキュリティリスク
最先端の利用シーンからみるセキュリティリスク最先端の利用シーンからみるセキュリティリスク
最先端の利用シーンからみるセキュリティリスクAkira Sasaki
 
Getting Started with Android Development
Getting Started with Android DevelopmentGetting Started with Android Development
Getting Started with Android DevelopmentEdureka!
 
Develop Offline Hybrid Mobile Applications with Wordrpess and Phonegap
Develop Offline Hybrid Mobile Applications with Wordrpess and PhonegapDevelop Offline Hybrid Mobile Applications with Wordrpess and Phonegap
Develop Offline Hybrid Mobile Applications with Wordrpess and PhonegapNikolaos Giannopoulos
 
Pentesting Android Applications
Pentesting Android ApplicationsPentesting Android Applications
Pentesting Android ApplicationsCláudio André
 
Novidades do Google IO 2015
Novidades do Google IO 2015Novidades do Google IO 2015
Novidades do Google IO 2015Jose Papo, MSc
 
HTML5 vs Native Android: Smart Enterprises for the Future
HTML5 vs Native Android: Smart Enterprises for the FutureHTML5 vs Native Android: Smart Enterprises for the Future
HTML5 vs Native Android: Smart Enterprises for the FutureMotorola Mobility - MOTODEV
 
MobileCaddy Architectural Overview
MobileCaddy Architectural OverviewMobileCaddy Architectural Overview
MobileCaddy Architectural OverviewMobileCaddy
 
Microsoft Azure IoT 手把手實作 @ K.NET by Maduka (2017-8-12)
Microsoft Azure IoT 手把手實作 @ K.NET by Maduka (2017-8-12)Microsoft Azure IoT 手把手實作 @ K.NET by Maduka (2017-8-12)
Microsoft Azure IoT 手把手實作 @ K.NET by Maduka (2017-8-12)Jeff Chu
 
Making The Most Of Mobile
Making The Most Of MobileMaking The Most Of Mobile
Making The Most Of MobileSuzzicks
 
Affiliate Convention 2009 Mobile Seo
Affiliate Convention 2009 Mobile SeoAffiliate Convention 2009 Mobile Seo
Affiliate Convention 2009 Mobile SeoJordan Kasteler
 
Affiliate Convention 2009 - Mobile Seo
Affiliate Convention 2009 - Mobile SeoAffiliate Convention 2009 - Mobile Seo
Affiliate Convention 2009 - Mobile SeoJordan Kasteler
 
Cloud Connectivity Service
Cloud Connectivity ServiceCloud Connectivity Service
Cloud Connectivity Servicejhpark
 
SECON'2017, Кардава Звиад, Android Things + Google Weave
SECON'2017, Кардава Звиад, Android Things + Google WeaveSECON'2017, Кардава Звиад, Android Things + Google Weave
SECON'2017, Кардава Звиад, Android Things + Google WeaveSECON
 
"Android Things + Google Weave" Кардава Звиад, Voximplant, Google Developer E...
"Android Things + Google Weave" Кардава Звиад, Voximplant, Google Developer E..."Android Things + Google Weave" Кардава Звиад, Voximplant, Google Developer E...
"Android Things + Google Weave" Кардава Звиад, Voximplant, Google Developer E...it-people
 
Звиад Кардава "Android Things + Google Weave"
Звиад Кардава "Android Things + Google Weave" Звиад Кардава "Android Things + Google Weave"
Звиад Кардава "Android Things + Google Weave" IT Event
 
クリエイティブの視点から挑戦するPWA
クリエイティブの視点から挑戦するPWAクリエイティブの視点から挑戦するPWA
クリエイティブの視点から挑戦するPWAYasunobu Ikeda
 
Cloud-enabling the Next Generation of Mobile Apps
Cloud-enabling the Next Generation of Mobile AppsCloud-enabling the Next Generation of Mobile Apps
Cloud-enabling the Next Generation of Mobile AppsNick Landry
 

Similar to 從 Google i/o 2015 看下半年 mobile 應用發展趨勢 (20)

Desenvolvimento Mobile Híbrido
Desenvolvimento Mobile HíbridoDesenvolvimento Mobile Híbrido
Desenvolvimento Mobile Híbrido
 
Wearable Device Forensics
Wearable Device ForensicsWearable Device Forensics
Wearable Device Forensics
 
最先端の利用シーンからみるセキュリティリスク
最先端の利用シーンからみるセキュリティリスク最先端の利用シーンからみるセキュリティリスク
最先端の利用シーンからみるセキュリティリスク
 
Getting Started with Android Development
Getting Started with Android DevelopmentGetting Started with Android Development
Getting Started with Android Development
 
Develop Offline Hybrid Mobile Applications with Wordrpess and Phonegap
Develop Offline Hybrid Mobile Applications with Wordrpess and PhonegapDevelop Offline Hybrid Mobile Applications with Wordrpess and Phonegap
Develop Offline Hybrid Mobile Applications with Wordrpess and Phonegap
 
Pentesting Android Applications
Pentesting Android ApplicationsPentesting Android Applications
Pentesting Android Applications
 
Novidades do Google IO 2015
Novidades do Google IO 2015Novidades do Google IO 2015
Novidades do Google IO 2015
 
HTML5 vs Native Android: Smart Enterprises for the Future
HTML5 vs Native Android: Smart Enterprises for the FutureHTML5 vs Native Android: Smart Enterprises for the Future
HTML5 vs Native Android: Smart Enterprises for the Future
 
MobileCaddy Architectural Overview
MobileCaddy Architectural OverviewMobileCaddy Architectural Overview
MobileCaddy Architectural Overview
 
Microsoft Azure IoT 手把手實作 @ K.NET by Maduka (2017-8-12)
Microsoft Azure IoT 手把手實作 @ K.NET by Maduka (2017-8-12)Microsoft Azure IoT 手把手實作 @ K.NET by Maduka (2017-8-12)
Microsoft Azure IoT 手把手實作 @ K.NET by Maduka (2017-8-12)
 
Making The Most Of Mobile
Making The Most Of MobileMaking The Most Of Mobile
Making The Most Of Mobile
 
Affiliate Convention 2009 Mobile Seo
Affiliate Convention 2009 Mobile SeoAffiliate Convention 2009 Mobile Seo
Affiliate Convention 2009 Mobile Seo
 
Affiliate Convention 2009 - Mobile Seo
Affiliate Convention 2009 - Mobile SeoAffiliate Convention 2009 - Mobile Seo
Affiliate Convention 2009 - Mobile Seo
 
Android Minnebar
Android MinnebarAndroid Minnebar
Android Minnebar
 
Cloud Connectivity Service
Cloud Connectivity ServiceCloud Connectivity Service
Cloud Connectivity Service
 
SECON'2017, Кардава Звиад, Android Things + Google Weave
SECON'2017, Кардава Звиад, Android Things + Google WeaveSECON'2017, Кардава Звиад, Android Things + Google Weave
SECON'2017, Кардава Звиад, Android Things + Google Weave
 
"Android Things + Google Weave" Кардава Звиад, Voximplant, Google Developer E...
"Android Things + Google Weave" Кардава Звиад, Voximplant, Google Developer E..."Android Things + Google Weave" Кардава Звиад, Voximplant, Google Developer E...
"Android Things + Google Weave" Кардава Звиад, Voximplant, Google Developer E...
 
Звиад Кардава "Android Things + Google Weave"
Звиад Кардава "Android Things + Google Weave" Звиад Кардава "Android Things + Google Weave"
Звиад Кардава "Android Things + Google Weave"
 
クリエイティブの視点から挑戦するPWA
クリエイティブの視点から挑戦するPWAクリエイティブの視点から挑戦するPWA
クリエイティブの視点から挑戦するPWA
 
Cloud-enabling the Next Generation of Mobile Apps
Cloud-enabling the Next Generation of Mobile AppsCloud-enabling the Next Generation of Mobile Apps
Cloud-enabling the Next Generation of Mobile Apps
 

More from Ascii Huang

職場闖關經驗分享
職場闖關經驗分享職場闖關經驗分享
職場闖關經驗分享Ascii Huang
 
Ms open camp 2016
Ms open camp 2016Ms open camp 2016
Ms open camp 2016Ascii Huang
 
Windows App development for iOS, Android developer
Windows App development for iOS, Android developerWindows App development for iOS, Android developer
Windows App development for iOS, Android developerAscii Huang
 
Android Accessibility
Android AccessibilityAndroid Accessibility
Android AccessibilityAscii Huang
 
Android tv get started
Android tv get startedAndroid tv get started
Android tv get startedAscii Huang
 
Chromecast get started
Chromecast get startedChromecast get started
Chromecast get startedAscii Huang
 

More from Ascii Huang (7)

職場闖關經驗分享
職場闖關經驗分享職場闖關經驗分享
職場闖關經驗分享
 
Ms open camp 2016
Ms open camp 2016Ms open camp 2016
Ms open camp 2016
 
Scrum
ScrumScrum
Scrum
 
Windows App development for iOS, Android developer
Windows App development for iOS, Android developerWindows App development for iOS, Android developer
Windows App development for iOS, Android developer
 
Android Accessibility
Android AccessibilityAndroid Accessibility
Android Accessibility
 
Android tv get started
Android tv get startedAndroid tv get started
Android tv get started
 
Chromecast get started
Chromecast get startedChromecast get started
Chromecast get started
 

Recently uploaded

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Recently uploaded (20)

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 

從 Google i/o 2015 看下半年 mobile 應用發展趨勢