Questions tagged [page-curl]

page-curl refers to the effect of flipping through digital documents

page-curl refers to the effect of flipping through the pages of a digital document as if it were a physical document. The benefit of having a flip page document is that it affords the user experience of reading an actual copy of a physical document or magazine.

170 questions
5
votes
1 answer

Strange lightening on page curl

I'm using page curl animation created by Harism at https://github.com/harism/android_page_curl‎ .I have implemented his animation to my e-book reader app for android and the problem is when I swipe pages fastly, sometimes strange white lightening…
support_ms
  • 1,873
  • 1
  • 18
  • 33
5
votes
2 answers

Previewing PDF and PowerPoint files with Silverlight/Flash

I'm looking for code or a good control to preview PDFs and PPTs with Silverlight or Flash. It would be great if it has nice page-curl functionality. We want our customers to be able to have a look at their reports in a spiffy way.
Yvo
  • 18,681
  • 11
  • 71
  • 90
5
votes
0 answers

Page curl animation to Layouts

I want to give page curl effect when changing Layout, had refered Harism Pagecurl dig it so came to know its giving effect to pre-generated views(Bitmaps) but by requirement is as follows.... Layout can be complex contains various controls(Button,…
5
votes
1 answer

Page curl effect for webviews in Android

I'm working on a project where i need to change between different Webviews on swipe. I want to apply a page curl animation to the webviews on each swipe, i.e., when we swipe on a webview it should get curled and the next webview should be displayed.…
Kiran
  • 191
  • 2
  • 10
4
votes
1 answer

page curl animation with transparent UIImageView (iOS)

I have a ribbon (bookmark) that I want to curl up, off of the screen. The ribbon has a V cut out of the bottom, which is a transparent section - a UIImageView with a transparent png. When I perform a curl on the ribbon, the underlying shadow…
remotevision
  • 433
  • 1
  • 6
  • 14
4
votes
1 answer

how to know when the next/previous page has completely loaded in the page curl effect by harism?

I have implemented Page Curl Effect by harism in my application. Now I need to do some text animation on top of the pages. I am able to put the text over the pages and also able to animate. However, I need to know when the curl effect has completed…
user1952459
4
votes
2 answers

how do I do a page curl effect on two corners of an image

I'm trying to do the effect shown above in my app, but am unsure what the best practices are. The effect I want is the curled bottom corners of the outer picture frame. Is it better to: use a page curling library like: XBPageCurl use images use…
whisperstream
  • 1,897
  • 3
  • 20
  • 25
4
votes
1 answer

How To apply click listener?

I am making an application by using page curl for that am using this link:- https://github.com/harism/android_page_curl. In that link implementing page curl using bitmap.But My requirement is that curl to View ,for that I convert …
LOOSER
  • 215
  • 1
  • 2
  • 10
4
votes
0 answers

Android page curl of a view

All the code that is available for implementing page curl in android uses a fixed set of images to implement the curl. Could anyone please tell me a way to implement page curl on a linear layout(consisting of several text views, a few buttons and…
Jayesh Elamgodil
  • 1,467
  • 11
  • 15
4
votes
2 answers

PageCurl(magazine) with Image from web

I am working with Harism Page Curl(Open GL) https://github.com/harism/android_page_curl and its works perfectly fine But in this example the condition I found is that we must have all Bitmap resource ready(downloaded) but what I want is image will…
Mohammed Azharuddin Shaikh
  • 41,633
  • 14
  • 96
  • 115
3
votes
2 answers

Implementing page curl feature

I am creating a map application similar to the iphone map app. I need to have the page curl feature, same as that in the map app. Need help in this case.
Xavi Valero
  • 2,047
  • 7
  • 42
  • 80
3
votes
1 answer

Add page curl like layer (not animation)

I want to be clear that I do not need help with page curl animation. I am trying to find the best way to add a "page curl" image effect to the bottom of one my views. Similar to the iPad maps app. Here is an example: Of course, once this area is…
random
  • 8,568
  • 12
  • 50
  • 85
3
votes
1 answer

How to update behind presentModalViewController when using UIModalTransitionStylePartialCurl?

How do I make a curled-up view update live as the user interacts with view being presented with presentModalViewController: under it? The behaviour I want: User taps a view settings button. User taps controls in the view settings screen. Rather…
Steven Fisher
  • 44,462
  • 20
  • 138
  • 192
3
votes
2 answers

iBook page flip transition

I'm trying recreate iBook like transition for pages in landscape mode for an pdf reader app. I only need the animation, not the, touch handling like iBook app; the user with a simple swipe turn the page. I have tried different sample code, including…
Pablosproject
  • 1,374
  • 3
  • 13
  • 33
3
votes
1 answer

pageCurl animation interactive with touches

I'm looking for a way to indicate a page curl animation on an UIView that interactive with touch(Began/Moved/Ended) like this Note: I can't use UIPageController. The animation should be applied to the UIView. The interaction between the animation…
Sina
  • 849
  • 9
  • 21
1
2
3
11 12