0

I want to make a 360 panorama viewer in Android studio.

The idea is to make it exactly like the existing googles street view application.

I want to know how to add a/some UI element inside the VR view so that if a user looks at it, the 360 picture would change to some other picture.

I know it is a long way to go but for now, if somebody could help me or direct me towards achieving it, it will really help.

Thanks in Advance.

Deep Das
  • 76
  • 11

1 Answers1

1

A good place to start is a demo app by Google called TreasureHunt (this is part of GoogleVR). Download the sample code compile and run you'll get a sense of what you need to do. TreasureHunt is also found on Google Play.

RonTLV
  • 2,376
  • 2
  • 24
  • 38
  • thanks for your answer mate. Would you please let me know how to place a panorama image on the same demo. Some hint or some part of code will be really use full. – Deep Das Jul 06 '17 at 08:16