-
I'm using ImageLoader 1.5.7
When I'm a first page: I try to flip it to top, the problem is:
If I add ImageLoader setting: .withCacheManager(new LruBitmapCache(this)) then:
The ImageView set to defaul…
-
Thanks for your nice library. But if i use ViewPager inside FlipView then the content of the ViewPager is not visible till i touch the area of ViewPager. I didnot changed your code, I just try to impl…
-
Currently the news pages are generated manually. I've written a scaffold for how an automatic generator for the news page would look like, including the actual GET request to make to github as well as…
-
Thanks for your great job and wish to add the following
1 flipview.disable() that disables touching the flipview
2 fliptoposition(int pos)
3 setadapter(new adapter(), initial position)
4 rubber band t…
-
java.lang.NoSuchMethodError: android.view.View.getLayerType
at com.epic.flipview.FlipView.setDrawWithLayer(FlipView.java:874)
at com.epic.flipview.FlipView.dispatchDraw(FlipView.java:643)
I don't kno…
-
First of all, great library!
what I'm up to is to start to scroll after flipping once. For this reason i implemented a ScrollView for the second Page. I disabled the FlipViews touchevent methods and …
-
I have a bunch of image views on my flipview page that are center cropped. As I'm turning the page the image view is expanding. I have a horizontal page turn and the image is expanding upward. The …
btate updated
11 years ago
-
Can I make a flipview with multi buttons (example 4 buttons on a view) and number of button are dynamic?
-
i use the NET 4.5 project dll from MahApps and i had some errors in my app.
After search, i think that FlipView.cs in Controls folder and FlipView.xaml in Themes folder don't exist in MahApps.Metro.N…
-
It happens when the flipview background is transparent. Flips to next page and when the animation is almost done, it abruptly shows previous page. Most apparent on the bottom of page.