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

File posting using cURL into a secured folder(https://)

The problem is to upload a txt file into a secured folder(https://www.mydomain.com/myfolder/) using cURL. I have a relevant ftp details to connect that folder. here is my code, but it does not getting connected properly... can any one please advise…
Prabhu M
  • 2,852
  • 8
  • 37
  • 54
0
votes
1 answer

How to create a public form for other sites in php?

Hi I need a public order form to provide registered users in my site. I can give a link to the users then user can copy paste that link to their own sites. If any person order via from the user site. the details must be saved in my site. How can…
DEVOPS
  • 18,190
  • 34
  • 95
  • 118
0
votes
1 answer

Page curl effect for Activities in Android like as Iphone is it possible?

I need page curl effect for Android Activities. I have two pages(Activities),how can I go for next page(activity) by using page curl in android. Click this link for reference Android Page Curl . and Page Curl Effect…
RaMeSh
  • 3,330
  • 2
  • 19
  • 31
0
votes
0 answers

How to implement page curl and display strings in android app

I am trying to implement a page curl in my android app.I am able to create the curl page but unable to display text(string) inside the same. I want to display string data in a text view inside the page curl. Any help is highly…
kk2004
  • 1
  • 1
  • 3
0
votes
0 answers

How to drag a bitmap with page curl effect in android?

I am using android page curl in my project. Each bitmap is working fine with page curl effect. But I need to have drag functionality also. I want that when a user long click on a bitmap the page curl animation will be off and that bitmap start…
himanshu
  • 1,990
  • 3
  • 18
  • 36
0
votes
1 answer

php - read content web page for especial address

I want get content of this Web Page using php functions (e.g file_put_contents, curl_init etc.) but I get ������� as response. Why does that happen? I solved my problem. after get content web page,I using…
hediehloo
  • 1
  • 2
0
votes
1 answer

UIPageViewController and transparent page backs

Can anyone help with a problem with UIPageViewController giving transparent page backs? I have a project displaying mock-ups of old newspapers. I am setting double sided to true and have slightly blurred and mirrored images for the page backs. One…
Eric
  • 121
  • 1
  • 5
0
votes
0 answers

Curl page not working in tabs

I am referred the Harism page curl to implement it in Action bar tabs. Curl page working for Activity.Not for Action bar tabs.If I swipe the action bar tabs,the tabs wouldn't move.It just turn only one page.Because page curl supported only in…
Stephen
  • 9,899
  • 16
  • 90
  • 137
0
votes
1 answer

Using turn.js in Phonegap app

I want page curl effect both for iOS and Android phone. I'm working on Mobione design center, which has a base of cordova/phonegap. Please advise, how to use turn.js for phonegap? http://www.turnjs.com/ Any help would be appreciated.
pratiti-systematix
  • 792
  • 11
  • 28
0
votes
1 answer

How to add pagecurl effect to pdf in android

I am making one book reader application in that I am using pdftron library everything working fine but right now I wanted to add pagecurl effect to documents of pdf ,I tried some samples from internet that all are related to imageview but I need…
peter
  • 179
  • 1
  • 14
0
votes
1 answer

Add WebView with PageCurl effect in Android

I am trying to display certain text in android which has text with numbers and bullets which I have achieved by using a HTML page. I am also familiar on how to add the webview but as I am using a PageCurl, I am unable to display the contents of…
San
  • 2,078
  • 1
  • 24
  • 42
0
votes
1 answer

Like page Facebook with cURL with Asp.net MVC

I have a php code which logs in facebook using cURL, but we need the same functionality in C # (ASP.NET MVC), since I've been reading the documentation of cURL and C # have similar classes, such as HttpWebRequest, the problem I am finding at the…
user2600353
  • 1
  • 1
  • 1
0
votes
0 answers

Page curl effect using ios7 Sprite Kit

I am developing a kid's book based on iOS7 Sprite Kit. The book has music and animations as well as some interactive stuff going on, that's the reason for using Sprite Kit. I've been looking around this issue: creating the curl page effect. iOS…
Tor
  • 141
  • 8
0
votes
0 answers

How to have a page curl effect between activities on android using Xamarin C#?

I need to have this effect of page curling in my aplication but i can only find java examples like here : http://www.youtube.com/watch?v=mP_AlvJqSLQ Or ehre : https://code.google.com/p/android-page-curl/ But i cant find anything for c#, does someone…
user3120770
  • 199
  • 1
  • 7
  • 19
0
votes
1 answer

how to implemet zoom inside page curl in android?

I want to have zoom ability using this library : https://github.com/MysticTreeGames/android-page-curl and for zooming I want to use following library https://github.com/sephiroth74/ImageViewZoom the ImageViewZoom provides a frameLayout which means I…
Vahid Hashemi
  • 5,182
  • 10
  • 58
  • 88