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
140
CameraX使ってみた
takuji31
0
280
kotlinx.datetime 使ってみた
takuji31
0
1k
HiltのCustom Componentについて
takuji31
0
350
java.timeをAndroidで使う
takuji31
0
180
KSPを使ってコード生成
takuji31
0
440
Kotlin Symbol Processing API (KSP) を使って Kotlin ア プリケーションの開発を効率化する
takuji31
1
3.1k
kotlinx.serialization
takuji31
0
680
kanmoba-returns-02.pdf
takuji31
0
270
Featured
See All Featured
What does AI have to do with Human Rights?
axbom
PRO
1
2k
Building Adaptive Systems
keathley
44
3k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
The Curious Case for Waylosing
cassininazir
0
270
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
970
Skip the Path - Find Your Career Trail
mkilby
1
76
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
860
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
GitHub's CSS Performance
jonrohan
1032
470k
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
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!