12
Sending Simple Data to Other Apps Potatotips #39 いまけい

Sending simple data to other apps

Embed Size (px)

Citation preview

Page 1: Sending simple data to other apps

Sending Simple Data to Other Apps

Potatotips #39

いまけい

Page 2: Sending simple data to other apps

自己紹介

いまけい @imakei_

● サイバーエージェントに’15年新卒入社

● 株式会社エブリー○ デリッシュキッチン

#Android #kotlin #Javascript #Riot.js #golang

高円寺でコーヒー屋をやってます。

Page 3: Sending simple data to other apps

“シェア”どうやって作ってますか

Page 4: Sending simple data to other apps

こういうの作りたい

Page 5: Sending simple data to other apps

実装してみる

Page 6: Sending simple data to other apps

できた?

Page 7: Sending simple data to other apps

なんかちょっと違う

←作りたいやつ (以降: Gridのやつ)

←できたやつ (以降: Listのやつ)

Page 8: Sending simple data to other apps

左を実装してみる

Page 9: Sending simple data to other apps

どう使い分けるか

Page 10: Sending simple data to other apps

Listのやつ

● 任意のアクションを別アプリで行いたいとき

● ユーザーによって常時使うものが

だいたい決まってる

● コンテンツを見るために別アプリを開くとき

● ex) URLを開く、地図を開く

Page 11: Sending simple data to other apps

Gridのやつ

● タイミングによってユーザが

開くアプリを使い分けたいとき

● コンテンツを共有するために別アプリを開くとき

● ex) シェア

Page 12: Sending simple data to other apps

おわり。