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
250
Now on tap
Takuji Nishibayashi
December 22, 2015
Tweet
Share
More Decks by Takuji Nishibayashi
See All by Takuji Nishibayashi
CameraX使ってみた
takuji31
0
140
kotlinx.datetime 使ってみた
takuji31
0
480
HiltのCustom Componentについて
takuji31
0
230
java.timeをAndroidで使う
takuji31
0
93
KSPを使ってコード生成
takuji31
0
340
Kotlin Symbol Processing API (KSP) を使って Kotlin ア プリケーションの開発を効率化する
takuji31
1
2.2k
kotlinx.serialization
takuji31
0
580
kanmoba-returns-02.pdf
takuji31
0
200
AndroidXとKotlin Coroutines
takuji31
0
350
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Code Review Best Practice
trishagee
67
18k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
Faster Mobile Websites
deanohume
306
31k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Mobile First: as difficult as doing things right
swwweet
223
9.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
What's in a price? How to price your products and services
michaelherold
244
12k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
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!