Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Android Wear vs. Tizen (Apr. 2015)
Search
Saul Molinero
April 24, 2015
Programming
3
1.4k
Android Wear vs. Tizen (Apr. 2015)
A comparison between Tizen (wearable based) from Samsung versus Android Wear from Google
Saul Molinero
April 24, 2015
Tweet
Share
More Decks by Saul Molinero
See All by Saul Molinero
Hidden gems and wats for the Modern android Developer
saulmm
0
200
Hidden gems and wats for modern Android Development
saulmm
8
910
Android Dev Tools & Workflows
saulmm
3
480
Espresso Workshop, UI Testing en Android
saulmm
2
130
Android Dev Tools & Workflows
saulmm
0
240
Design & be reactive on Android with Iron Man in a clean way
saulmm
16
920
Tools & tips of the trade for the Android Developer
saulmm
31
5.9k
From Material Design to Android Wear
saulmm
5
680
A glance to android wear
saulmm
3
300
Other Decks in Programming
See All in Programming
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
3
1.6k
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
210
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
230
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
400
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
110
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
210
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
750
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.8k
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
620
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
4
380
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
110
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
170
Featured
See All Featured
Context Engineering - Making Every Token Count
addyosmani
9
740
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
230
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.1k
Color Theory Basics | Prateek | Gurzu
gurzu
0
240
Unsuck your backbone
ammeep
672
58k
Embracing the Ebb and Flow
colly
88
5k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
900
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
99
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
Transcript
wearable based VS @_saulmm
android wear auto tv The OS of Everything Be together.
Not the same
None
None
What the h… is ? - Open Source - Focused
on ‘Internet of things’ - Linux Fundation Tizen association & Linux Foundation
os @_saulmm
@_saulmm
Web apps Native apps C++ HTML5, CSS3, JavaScript @_saulmm
@_saulmm
wearable based @_saulmm
wearable based @_saulmm
wearable based @_saulmm
wearable based @_saulmm
wearable based @_saulmm
• Display 1.5” round • OS Android Wear • Connectivity
B 4.0 LE • Battery 320 mAh • CPU 1GHz, 1 Core • GPS No • Display 2.0” curved • OS Tizen based wearable • Connectivity B 4.1, Wifi, 3G, 2G,GSM • Battery 300 mAh • CPU 1GHz, Dual-Core • GPS Yes wearable based
199 € 353 € wearable based @_saulmm
All in a glance…
@_saulmm Don’t stop the user Design for big gestures
Suggest Demand
wearable based @_saulmm
Glanceable Actionable wearable based @_saulmm
Android >= 4.3 Android >= 4.3 wearable based @_saulmm
@_saulmm Installation wtg
@_saulmm wgt wgt wearable based @_saulmm
based on based on wearable based @_saulmm
Rich layout editor Inline debugger
Tools & emulators
Eclipse based IDE Chrome Dev. Tools @_saulmm
Tools & emulators Emulator manager Device viewer Emulator wearable based
@_saulmm
wearable based @_saulmm
https://github.com/saulmm /twitter-for-galaxy-gear /twitter-for-android-wear wearable based
None
wearable based @_saulmm
wearable based Rich Notification SDK @_saulmm
Notifications Apps
Node Data Message Watchface wearable based Accessory SDK Rich Notification
SDK Wearable SDK Sensor SDK
wearable based Node Data Message Accessory SDK Wearable SDK @_saulmm
Message Api Message @_saulmm
Node NodeApi @_saulmm
DataApi @_saulmm Data
Accessory SDK Host Side @_saulmm
Accessory SDK Wearable side @_saulmm
BoxInsetLayout CardFragment CircledImageView ConfirmationActivity DismissOverlayView GridViewPager GridPagerAdapter FragmentGridPagerAdapter WatchViewSub User
interface widgets
User interface widgets Lists Swype Lists Popups IndexScrollBar Toggles List
Styles Progress Headers & Footers Buttons Etc. wearable based @_saulmm
wearable based @_saulmm
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/loading_frame" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"
android:background=“@drawable/tw_loading" android:keepScreenOn="true" > <TextView android:id="@+id/loading_textview" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" android:text=“@string/loading_tweets“ android:textColor="#FFF" android:fontFamily="sans-serif-thin" android:textSize="30sp" android:lines="3" /> <ImageView android:id="@+id/loading_segment" android:layout_width="match_parent" android:layout_height="match_parent" android:src=“@drawable/loading" /> </FrameLayout>
wearable based Developer console: 25 $ Availability: ~ 2 hours
Verification: transparent Samsung seller office: 0 $ Samsung application launch: 99 $ Verification: an awesome report Availability: 5 ~ 7 days
None
Verification: an awesome report
Conclusions…
None
https://github.com/saulmm
Useful resources Introduction to Android Wear - Cyril Mottier https://speakerdeck.com/cyrilmottier/introduction-to-android-wear-a-glimpse-into-the-future
Building apps for wearables - Android developers https://developer.android.com/training/building-wearables.html Android wear developers - Google+ Community https://plus.google.com/u/0/communities/113381227473021565406 @_saulmm
Thanks :)
[email protected]
Mail: Twitter: Plus: @_saulmm +SaulMolineroMalvido