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.
Asked
Active
Viewed 7,994 times
1
-
DId you ever hear of the word `degree`? Then please use it. – greenapps May 21 '15 at 11:11
-
Reading the [help→tour](http://stackoverflow.com/tour) about not including chit-chat in your questions would be appreciated. – Anthon May 23 '15 at 09:40
2 Answers
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:

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