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.

174 questions
15
votes
1 answer

Page curl effect for Activities in Android

I need page curl effect for Activities in Android as in iPhone. I checked the following links http://code.google.com/p/android-page-curl/ https://github.com/harism/android_page_curl/ But both are useful for Bitmap (Images) only but i need curling…
surendra
  • 2,197
  • 7
  • 33
  • 41
11
votes
2 answers

Using muPDF with curl/flip effect

I'm using muPDF for reading PDFs in my application. I don't like its default animation (Switching horizontally). In other side i found this brilliant library for curl effect on images, and this project for flip-flap effect on layouts. In curl sample…
Dr.jacky
  • 2,499
  • 6
  • 41
  • 76
11
votes
6 answers

How to do the page curl like in storybook app in iPad

I am working on a storybook app, i want to do the page curl like in the following video. Demo Video Can anyone tell me how to do exactly like this. Update: I want this page curling to support iOS 4.3+. UIPageViewController will work only on iOS 6.
surendher
  • 1,348
  • 2
  • 25
  • 49
11
votes
2 answers

How can we show Page Curl Animation on click of the Button in android

I am using the Page curl animation in my application. Code can be found here: https://github.com/harism/android_page_curl/. That code is working fine but i want to make some Modifications in it. 1.To display the image on full screen with no…
Naresh Sharma
  • 4,283
  • 7
  • 45
  • 68
10
votes
1 answer

Linker command failed with Undefined symbols for architecture i386

i am trying to do the half page curl feature. This is the code I am using: #import CATransition *animation = [CATransition animation]; [animation setDelegate:self]; [animation setDuration:1.0f]; [animation…
Xavi Valero
  • 2,007
  • 7
  • 41
  • 79
10
votes
2 answers

Page curl with view pager

I have to implement page curl with Viewpager so that when user swipe the layouts added to the view pager have the page curling effect. I have downloaded github.com/harism/android_page_curl but it seems like it works only for images as do most of the…
Deepak Senapati
  • 1,063
  • 1
  • 11
  • 29
10
votes
2 answers

How do I create a custom page curl Core Animation?

I'm trying to create a "page curl" animation of an image in my iPhone application. I t UIViewAnimationTransitionCurlUp, and it's undocumented Core Animation siblings, however the image I need to animate is a transparent PNG, with "uneven" (some…
eliego
  • 2,269
  • 2
  • 18
  • 22
10
votes
1 answer

How to implement Page Curl in MuPDF

I have two libraries one is MuPDF to view PDF files in android and second is pageCurl to implement the page curl effect, but it works for bitmaps. Now, I have no idea how can i integrate both of these to get page curl effect in PDF files, opened by…
Ali Imran
  • 8,249
  • 3
  • 35
  • 46
10
votes
2 answers

Page Curl Animation in android?

Can anybody have idea about that implementing curling effect for the views or layout. I searched a lot of things about it, but i can't get any idea. I refer this following links…
Ramesh Akula
  • 5,542
  • 4
  • 38
  • 65
7
votes
2 answers

Curl page from left to right android

So , I am using page curl by harism , https://github.com/harism/android_page_curl and have successfully implemented it for loading images via web streaming. But can't get it work when I flip back to the previous images or pages as the images are not…
Prateek
  • 3,664
  • 5
  • 35
  • 73
6
votes
4 answers

Is there a full pagecurl? Updated

Ok, so I really like the pagecurl effect, only one problem, when sending feedback email from within the app, the partialPageCurl covers the cancel button and most of the send button for the mail. The buttons still work, but the users won't see them.…
Jason
  • 662
  • 2
  • 10
  • 32
6
votes
1 answer

Harism android Page Curl

I am using harism android page curl.It works brilliantly. My app works in landscape mode and I want to start with an open book. As I am working in landscape mode the framework automatically set SHOW_TWO_PAGES property. Now when the app begins on…
Zach
  • 9,411
  • 18
  • 63
  • 102
5
votes
1 answer

Android PageCurl Using Fragments

I have a MainActivity and 3 Fragments- Fragment A Fragment B Fragment C I have to replace fragments with PageCurl Effect A->B->C How can I do this using PageCurl Effect for Fragments? I have read PageCurl links, But they are only for images.
Vishwanath.M
  • 6,005
  • 9
  • 39
  • 55
5
votes
1 answer

Curl animation(like open page of book) in android

I am developing an app which include many images(hd) and these images will shown in next/previous by swapping screen left/right respectively. Changing of images should be like opening book pages(curl animation…
Sangam_cs
  • 199
  • 2
  • 11
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…
Shuhrat Akramov
  • 1,803
  • 1
  • 17
  • 30
1
2 3
11 12