android-FlipView
android-FlipView copied to clipboard
Manage orientation using java code.
Hi First of your lib is very good. i used this https://github.com/openaphid/android-flip but there is lot's of bug. Yesterday i shifted to your lib, it is very compatible with my requirement. only one thing is left. how to manage flip orientation from java code. bcoz i want to give your control to change orientation as per is flexibility.
I did it. I have added method in FlipView.java
public void setOrientation(int orientation) { mIsFlippingVertically = ((orientation== 0) ? true : false); }