-
is it possible for the flipview not to be flipped whenever the view it on the very start or on the very last?
-
When I tried hiding the flipview the only that was hidden was the current page. The other pages are still there. I was to use 2 fragments with flipviews and my aim was to show different data in the 2 …
-
what's the best way to remove a page from adapter
right now i found a way after 2 day hard working,my solution is remove page from adapter and call setAdpater of the flipView instance
something like …
-
Hello!
Can you add example with WebView?
Thanks!
-
eg, to use a default texture if FlipView failed to capture screenshots caused by OOM errors
-
`adapter.notifyDataSetChanged()` doesn't work correctly on FlipView
to address a problem reported in https://github.com/openaphid/android-flip/issues/36#issuecomment-11773630
-
I'm using gripview, and I have a problem below:
```
public View getView(int position, View convertView, ViewGroup parent) {
// TODO Auto-generated method stub
View layout = c…
-
Thanks for your libs, but I have a problem.
In your demo at https://github.com/openaphid/android-flip/tree/master/FlipView/Demo/APK/Aphid-FlipView-Demo.apk -> Flip Text Views.
I slide down FAST to vi…
-
Hello Guys
I'm implimenting the android flip animation in my app and I have to say that it's great. There's one thing left, the title says it, I want to set a certain view? How to do this?
Thanks f…
-
Hi openaphid and everyone,
I'm loading some image from internet using a lib https://github.com/novoda/ImageLoader like your Demo: Flip Async Content.
The issue is when flip, the image is not show. I g…