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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Saul Molinero
April 24, 2015
Programming
1.4k
3
Share
Android Wear vs. Tizen (Apr. 2015)
A comparison between Tizen (wearable based) from Samsung versus Android Wear from Google
Saul Molinero
April 24, 2015
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
140
Android Dev Tools & Workflows
saulmm
0
240
Design & be reactive on Android with Iron Man in a clean way
saulmm
16
930
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
310
Other Decks in Programming
See All in Programming
Reactive ❤️ Loom: A Forbidden Love Story
franz1981
2
230
Claude Codeをカスタムして自分だけのClaude Codeを作ろう
terisuke
0
110
Laravel Nightwatchの裏側 - Laravel公式Observabilityツールを支える設計と実装
avosalmon
1
330
2026-03-27 #terminalnight 変数展開とコマンド展開でターミナル作業をスマートにする方法
masasuzu
0
320
「速くなった気がする」をデータで疑う
senleaf24
0
170
PCOVから学ぶコードカバレッジ #phpcon_odawara
o0h
PRO
0
260
車輪の再発明をしよう!PHP で実装して学ぶ、Web サーバーの仕組みと HTTP の正体
h1r0
3
520
Mastering Event Sourcing: Your Parents Holidayed in Yugoslavia
super_marek
0
150
事業会社でのセキュリティ長期インターンについて
masachikaura
0
250
Feature Toggle は捨てやすく使おう
gennei
0
560
それはエンジニアリングの糧である:AI開発のためにAIのOSSを開発する現場より / It serves as fuel for engineering: insights from the field of developing open-source AI for AI development.
nrslib
1
840
PHPで TLSのプロトコルを実装してみるをもう一度しゃべりたい
higaki_program
0
190
Featured
See All Featured
Done Done
chrislema
186
16k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
150
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
320
Paper Plane
katiecoart
PRO
1
49k
The SEO identity crisis: Don't let AI make you average
varn
0
440
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
Chasing Engaging Ingredients in Design
codingconduct
0
170
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.2k
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
160
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
320
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