How to use StereoView
masterStereoView is an Android 3D infinite rolling container that extends
ViewGroup. You can use it by adding child views (such as ImageView) to it, similar to how you would use a standard ViewGroup. For implementation details, refer to the provided demo.