1

I am developing application in native android. And I want to implement Google View like 360 degree image view by capturing the images from the camera.

Asad AndyDev
  • 481
  • 5
  • 23
Zen Bhatt
  • 310
  • 5
  • 21

2 Answers2

0

I also had this requirement of showing 360 degree view of an object. You can do this using LayeredList and identifying the scroll gesture. You will need images of the object in all angles in the layered list.

Found this answer which should easily solve your problem:

Create a 360 degree, interactive product preview

Community
  • 1
  • 1
user2520215
  • 603
  • 8
  • 15
0

you can use now google Cardboard NDK to show. https://developers.google.com/cardboard/develop/c/quickstart

Kartik Setia
  • 31
  • 1
  • 8