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
Intro to Augmented Reality on Android
Search
Yash Prabhu
January 31, 2018
Technology
0
160
Intro to Augmented Reality on Android
Yash Prabhu
January 31, 2018
Tweet
Share
More Decks by Yash Prabhu
See All by Yash Prabhu
Getting Started with Conference Speaking
yprabhu
0
200
DroidCon NYC 2019: Being more than an Android developer
yprabhu
0
160
Keynote: Being more than an Android Developer
yprabhu
4
1.4k
ElaConf2017
yprabhu
1
590
Onboarding Engineers
yprabhu
1
290
Mastering Android's App Resources
yprabhu
5
900
Chicago Roboto - Design Develop Deploy!
yprabhu
2
490
DroidCon NYC 2016 - A Material Design guide for Android developers
yprabhu
2
560
AnDevCon Boston 2016
yprabhu
0
600
Other Decks in Technology
See All in Technology
202512_AIoT.pdf
iotcomjpadmin
0
190
Qiita Bash アドカレ LT #1
okaru
0
180
BidiAgent と Nova 2 Sonic から考える音声 AI について
yama3133
2
150
AWSと生成AIで学ぶ!実行計画の読み解き方とSQLチューニングの実践
yakumo
2
340
純粋なイミュータブルモデルを設計してからイベントソーシングと組み合わせるDeciderの実践方法の紹介 /Introducing Decider Pattern with Event Sourcing
tomohisa
1
890
プロンプトエンジニアリングを超えて:自由と統制のあいだでつくる Platform × Context Engineering
yuriemori
0
400
Everything As Code
yosuke_ai
0
510
Oracle Cloud Infrastructure:2025年12月度サービス・アップデート
oracle4engineer
PRO
0
260
旬のブリと旬の技術で楽しむ AI エージェント設計開発レシピ
chack411
1
210
[PR] はじめてのデジタルアイデンティティという本を書きました
ritou
1
800
業務の煩悩を祓うAI活用術108選 / AI 108 Usages
smartbank
9
21k
AIと融ける人間の冒険
pujisi
0
110
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
432
66k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
38
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Exploring anti-patterns in Rails
aemeredith
2
220
Amusing Abliteration
ianozsvald
0
84
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
110
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
38
Paper Plane (Part 1)
katiecoart
PRO
0
2.9k
Faster Mobile Websites
deanohume
310
31k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
790
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
200
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
94
Transcript
Intro to AR on Android
I am Yash Prabhu You can find me at @yashvprabhu
Presentation template by SlidesCarnival Hello!
What is Augmented Reality? Brief History & Concepts https://hbr.org/2016/10/the-mainstreaming-of-augmented-reality-a-brief-history http://images.huffingtonpost.com/2016-05-13-1463155843-8474094-AR_history_timeline.jpg
What is ARCore? Platform for building AR apps on Android
Demo Time!
None
None
Motion Tracking Understand where phone is relative to the physical
world 1
Environmental Understanding Phone detects size and location of flat horizontal
surfaces 2
Light estimation Allows phone to estimate the environment's current lighting
condition 3
User interaction Allows users to interact with objects in the
environment using hit testing 4
Anchors & Trackables Track object’s position on a plane or
point 5
ARCore SDKs ◉ Java ◉ C ◉ Unity ◉ Unreal
◉ Web
ARCore for Java ◉ Developer Preview 2 ◉ minSdkVersion 24
◉ Some devices only, no emulator support ◉ ARCore SDK -> github.com/arcore-android-sdk/releases adb install -r -d arcore-preview2.apk ◉ Two API packages com.google.ar.core, com.google.ar.core.exceptions
--> Show me the code!
Resources developers.google.com/ar thisisarcore.com github.com/google-ar/arcore-android-sdk ARCore developer preview 2 Google IO
2017 ARCore Codelab
Any questions ? You can find me at ◉ @yashvprabhu
◉ yprabhu.com Thanks!