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
Now on tap
Search
Takuji Nishibayashi
December 22, 2015
0
260
Now on tap
Takuji Nishibayashi
December 22, 2015
Tweet
Share
More Decks by Takuji Nishibayashi
See All by Takuji Nishibayashi
compose-hot-reload を試そうとした話
takuji31
0
86
CameraX使ってみた
takuji31
0
230
kotlinx.datetime 使ってみた
takuji31
0
740
HiltのCustom Componentについて
takuji31
0
290
java.timeをAndroidで使う
takuji31
0
140
KSPを使ってコード生成
takuji31
0
380
Kotlin Symbol Processing API (KSP) を使って Kotlin ア プリケーションの開発を効率化する
takuji31
1
2.8k
kotlinx.serialization
takuji31
0
620
kanmoba-returns-02.pdf
takuji31
0
240
Featured
See All Featured
Music & Morning Musume
bryan
46
6.7k
Site-Speed That Sticks
csswizardry
10
770
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
RailsConf 2023
tenderlove
30
1.2k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Documentation Writing (for coders)
carmenintech
73
5k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Cult of Friendly URLs
andyhume
79
6.5k
Faster Mobile Websites
deanohume
308
31k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Agile that works and the tools we love
rasmusluckow
329
21k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
19k
Transcript
Now on Tap @takuji31
About me • @takuji31 (Takuji Nishibayashi) • Fenrir Inc. •
(AVG 130) • NNID: takuji31 • Udemae: S / Rank: 40 • Loves Android / Kotlin
Android 6.0 features
New Permission model
see. http://bit.ly/1LI09MJ
Fingerprint
see. http://bit.ly/1PjR2s9
Now on Tap
Assistant by Google app (Assist API)
Longpress home button
Get quick information without leaving the app
Pick keyword from View
Display Assistant app
For secure screen
Add ‘SECURE’ flag to window
Provide assist content
Provide assist content (Kotlin) override fun onProvideAssistContent(outContent: AssistContent?) { val
structuredJson = JSONObject() .put("@type", "Person") .put("@id", "http://www.ogurayui.jp/") .put("name", "小倉唯") .toString(); outContent?.structuredData = structuredJson; }
None
Enjoy Now on Tap!