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
0
votes
2 answers

How to know index of current page page curl project by Harism?

I'm creating e-book reader app using page curl by harism.Problem is when you are curling pages, there are three bitmap pages and I can not figure out how to know at which index I am.For example if I am curling to right there are 4,5 pages drawn.If I…
support_ms
  • 1,873
  • 1
  • 18
  • 33
0
votes
2 answers

create pagecurl with two pages in android

Can you give me a solution to create curl page with 2 pages (like book) using this here , Actually, I've try code Harism here , but its getting hard to implement it when my content is dynamic not static. Any solution please?
user1920582
  • 245
  • 1
  • 6
  • 17
0
votes
1 answer

A page-turning interface for iOS apps in Leaves Github Project xCode

I'm trying to implement leaves project link is below: https://github.com/brow/leaves but there are serverl errors I couldn't find out the issues that why there are so many errors So would anyone please help me how can i solve this problem I don't…
zeeshan shaikh
  • 819
  • 3
  • 18
  • 33
0
votes
1 answer

Android page-curl in landscape orientation (how calendar)

I use https://github.com/harism/android_page_curl/ Can I show page curl in landscape orientation in portrait activity. (How calendar)?
tttzof351
  • 359
  • 2
  • 10
0
votes
2 answers

How to do Animation like BooK front cover in iOS?

I want the Page flip animation for Photo Album Book cover even though I have added animation for pages (Used UIpageViewController) but need to have main page animation as well. Please see this link, exactly like this I want.
Sanoj Kashyap
  • 5,020
  • 4
  • 49
  • 75
0
votes
0 answers

how to get image name of the visible image of curlview in harism page curl example android?

I have downloaded a demo which show page curl effect like a real book from https://github.com/harism/android_page_curl.Now I want to get the image name of the image which is visible to user, means the image which is not flipped. Can anybody tell me…
rahul
  • 2,613
  • 8
  • 32
  • 55
0
votes
2 answers

how to change filpped page background color in harism page curl

I am developing a demo using harism page curl https://github.com/harism/android_page_curl . Now I want to change the white color which is visible when I curl a page, means white color which is at back side of each page. Can anybody tell me how can I…
rahul
  • 2,613
  • 8
  • 32
  • 55
0
votes
1 answer

how to show full screen page curl in harism demo

I am trying to show the page curl effect on images on full screen in harism demo but couldn't find any solution for that, does anyone know how to show the effect on full screen images in harism demo. Thanks in advance
rahul
  • 2,613
  • 8
  • 32
  • 55
0
votes
0 answers

Page Curl on UIScrollView inside the UIWebview

I was amazed by the iBook PageCurl, and I thought I could add this feature to my books application, so here is information about how my project is built, project is divided into a two levels, top layer is the UIWebview that loads a local web…
user784625
  • 1,928
  • 5
  • 24
  • 38
0
votes
1 answer

Looking for an open source PDF Framework for iPad

My customer wants a pdf reader which has a page curl effect. Also, he wants it to be zoomable as well. I tried using the UIPageViewController but it doesn't support zooming (as far as I know). I also tried using both UIScrollViewController and…
mrhangz
  • 211
  • 4
  • 13
0
votes
1 answer

Page curl on top right corner of UIView / UIViewController

I am looking to do a partial page curl (but will settle for a full page curl) that starts in the top right corner. I have managed to do this successfully using: CATransition *animation = [CATransition animation]; [animation…
Dominic
  • 351
  • 4
  • 18
0
votes
1 answer

curl page effect in cocos2d-x

I have a menu card sort of thing for my hidden object game. In which I want to add that page curl effect thing which we see in some pdf viewer. Whenever user touches it starts that effect and at some point of time it turns the page. How should I…
user1169079
  • 3,053
  • 5
  • 42
  • 71
0
votes
4 answers

How would I go about reloading a view controller's table view the page curl on another view controller is closed.

How would I go about reloading a view controller's table view after the page curl on another view controller is closed. I have a tableview on viewController1 with a transistion using a page curl to viewController2. viewController1 has a tableView…
hanumanDev
  • 6,592
  • 11
  • 82
  • 146
0
votes
1 answer

webpage surfing with page curl animation ios

i have a html file that contains some data,since i display this in a webview the user has to scroll down to view the information,what i want to know is whether i can provide a page curl animation to view the contents of the html so that it becomes…
BoredToDeath
  • 431
  • 2
  • 7
  • 21
0
votes
1 answer

How to use android-page-curl project for normal activities? like adding buttons to the page etc?

I have used android-page-curl project here. i want to add buttons and other controls to the activity or the pages.? any idea how can i do this?
Bhupinder
  • 1,329
  • 1
  • 14
  • 29