ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Follow publication

Building ARCore apps using Sceneform — Part 3

Hari Vignesh Jayapalan
ProAndroidDev
Published in
7 min readMay 29, 2018
Image credits — to me :-P

Series Pit Stops

Prerequisites

I know what’s on your mind..

What’s our Agenda?

our end result

Step 1: Keeping the assets ready

Step 2: Creating a new Android Project

Step3: Configuring Sceneform

implementation "com.google.ar.sceneform.ux:sceneform-ux:1.0.0"

Step 4: Installing Sceneform tools plugin

sceneform.asset('sampledata/Heart.obj',
'default',
'sampledata/Heart.sfa',
'src/main/assets/Heart')

Step 5: Exporting the asset

Importing heart asset

Step 6: Creating ARFragment

Step 7: Configuring Manifest file

<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera.ar" android:required="true" />
<meta-data android:name="com.google.ar.core" android:value="required" />

Step 8: Run and check!

permission request
Moving phone to detect planes
Showing detected plane

To be continued in the next pit stop..

Summary

Head to the next pit stop

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Published in ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Written by Hari Vignesh Jayapalan

Android Dev at WeTransfer| ex Backbase | #1 Google AAD | Public Speaker | Blogger | Creative Coder & Logical Designer

Responses (14)

Write a response