VR mockups in Android app

I have a regular Android app that I want to make VR compatible. While searching the web, I found out that a VrVideoView object is available on the android sdk, which can be used to render videos in VR.

I was wondering if something like this is available for layouts as well as on Android. If not, one possible way is to keep two layouts one for the original and the other can be displayed with a bitmap of the original, but this seems very cumbersome and will not scale.

Thank.

+3


source to share





All Articles