Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Android Wear vs. Tizen (Apr. 2015)

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

More Decks by Saul Molinero

Other Decks in Programming

Transcript

  1. What the h… is ? - Open Source - Focused

    on ‘Internet of things’ - Linux Fundation Tizen association & Linux Foundation
  2. • 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
  3. User interface widgets Lists Swype Lists Popups IndexScrollBar Toggles List

    Styles Progress Headers & Footers Buttons
 Etc. wearable based @_saulmm
  4. <?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>

  5. 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
  6. 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