'How to create 360 degree image view with captured images in Android?
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.
Solution 1:[1]
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:
Solution 2:[2]
you can use now google Cardboard NDK to show. https://developers.google.com/cardboard/develop/c/quickstart
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Community |
| Solution 2 | Kartik Setia |
