StereoView
--The idea is from weibo.com
This is the original animation effects .
This is what we achieve animation effects.
we can infinite loop rolling
Of course,on the basis of the original,I add the other animation effects. As you see.
it extends ViewGroup,of course we can contain any view like imageview
How to use it ?
just like use ViewGroup.You can learn from it by demo.
Additional Options
to set the first show item
setStartScreen(int startScreen) ? @param startScreen (0,getChildCount-1)
to set the move resistance
setResistance(float resistance) ? @param resistance (0,...)
to set the interpolator
setInterpolator(Interpolator mInterpolator) ?
to set the degree of tow item which are rolling
setAngle(float mAngle)? [0f,180f]
to set whether to use 3D animation effects.
setCan3D(boolean can3D)
turn to specified position.
setItem(int itemId) : @param itemId [0,getChildCount-1]
turn to previous item
toPre()
turn to next item
toNext()
define interface
Defects
1.to show best,you must ensure the StereoView must have threee child at least.
2.to show best,you must ensure the method's ( setStartScreen(int startScreen) ) parameter are correct.
Android 3D??????????
????? http://blog.csdn.net/Mr_immortalZ/article/details/51918560
???
????????
?????????????????????????
?????????????
?????????????
????????
???????ViewGroup??????????????
??????
setStartScreen(int startScreen) ??????????? @param startScreen (0,getChildCount-1)
setResistance(float resistance) ? ?????? @param resistance (0,...)
setInterpolator(Interpolator mInterpolator) ? ?????interpolator???
setAngle(float mAngle)????????item????? [0f,180f]
setCan3D(boolean can3D) : ????3D??
setItem(int itemId) : ??????item @param itemId [0,getChildCount-1]
toPre() : ???
toNext() ? ???
???????
????
?????item????????3???3??????????????????item????????????????????????1?????????????????????????????????
License
MIT License Copyright (c) 2016 Avraam Piperidis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.