Skip to content

Instantly share code, notes, and snippets.

@shunirr
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save shunirr/3bdcf52d7a16a899b907 to your computer and use it in GitHub Desktop.

Select an option

Save shunirr/3bdcf52d7a16a899b907 to your computer and use it in GitHub Desktop.
最近買った腕時計の話
## LG G Watch 買いました最高!!!
* http://shunirr.hatenablog.jp/entry/2014/10/07/160003
## Android Wear について
* 通知転送してくれて便利
* Yo ができる
## Android Wear の仕組み
Android のサブセット OS が動いてる
アプリの配布
インストールは電話機アプリの apk に同梱する
電話機とは独立してる
アンインストールができない
## Twitter とかのデモ
## 開発
## Notification
## RemoteInput
## Activity
http://www.android.com/intl/ja/wear/
http://ja.wikipedia.org/wiki/Android_Wear
http://www.buildinsider.net/mobile/androidwear/01
----
Chromecast の話
## Chromecast について
中でウェブブラウザが動いてる
動画もウェブアプリ上で再生する
Default で動画や音楽を再生する Receiver アプリはある
## Android で Chromecast
Chromecast で調べると CastCompanionLibrary-android というのがでてきて使えそうに見えるが、結構 CastCompanion-Android というアプリに依存してるので、抽象度があんまり高くない
いろいろやると結局自分で似たようなの作るハメになる。
http://qiita.com/Katsumi/items/08330778a2e7c06178d6
http://qiita.com/KazuyukiEguchi/items/ea137f4419d36d070535
## 注意点
* ActionBarSherlock を廃止して AppCompat に移行した
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment