Questions tagged [ebook-reader]

35 questions
1
vote
0 answers

How to make a custom text view selectable?

I use DynamicLayout to draw text on a custom view, now I want it text can be selected, what should I do next? Now, I draw the text just simply like: DynamicLayout layout = new DynamicLayout(mText, mTextPaint, getMeasuredWidth() -…
vcokey
  • 11
  • 6
1
vote
1 answer

Is there a way to force Pocket to add URL as Article?

When I want to add some URL to Pocket - sometimes Pocket decides to add it under "all items" instead of "articles". Is there any way to force Pocket to add URL as Article ? The reason I am asking for it is that I have a Kobo Aura HD ebook reader and…
Michal Przybylowicz
  • 1,558
  • 3
  • 16
  • 22
1
vote
1 answer

How to convert any format(.txt, .Doc) file into epub file in android application

I am developing an application in which I have to read or write any eBook. In android so many libraries available for reading any eBook, but for writing i didn't find any thing. For reading any eBook file must be in .epub format. I have an editor in…
1
vote
1 answer

How to animate book page turn effect in WebBrowser control in windows phone 8

I am working on windows phone 8 book reader application, i am showing my all html pages on a web browser control, so now when i page change by click next button it suddenly change the page and navigate to another page. I want page should flip like a…
1
vote
1 answer

pdf ebook reader for iOS

pdf's are fixed and not reflow able. I have to develop an ebook reader supporting pdf format and add as much functionality in it as possible. 1) I wanted to ask if functionalities like night mode, font face and size changing possible ? if yes…
1
vote
1 answer

Turn page with UISlider

I am working on book reader app in which i want to Turn pages using UISlider I have tried following code in viewdidload: pageSlider =[[UISlider alloc]initWithFrame:CGRectMake(15, 350, 250, 15)]; [self.pageSlider addTarget:self…
Denny
  • 285
  • 1
  • 2
  • 16
1
vote
1 answer

Android epub reader development approaching

I am writing a proposal for epub reader project which have ability to display vertical text for Japanese language. Firstly, I want to know the main flow of a book reader to load and read epub then define the key point / main technology need to focus…
user2123584
  • 21
  • 2
  • 4
1
vote
0 answers

Force PRS-T1 browser to download file with .htaccess-authentification

I have a php-download script that looks like this:
speendo
  • 13,045
  • 22
  • 71
  • 107
0
votes
1 answer

does anyone know a JS library that would work as epub

basically I am trying to render html pages as an ebook. I know how epub works. Its responsive and text highlight and making a note all those features there. But I am looking for similar solution using html pages. I have converted pdf to html ( each…
Eric
  • 1,171
  • 2
  • 14
  • 27
0
votes
1 answer

How to turn on pages automatically with Speak Screen in ePub Reader

I have developed iOS reader with UIWebview. I am able to use speak screen with my ePub reader. It speaks the text content. Problem is Speak screen is not automatically turn on next page for me. Please help.
Gaurav
  • 299
  • 4
  • 15
0
votes
1 answer

Android : Parsing .epub file

I am creating a epub book reader app in android for my client. I am currently using FolioReader in my app, but it is not displaying images. Is there any other alternative to display .epub files in android. Thanks in advance !
Ravi
  • 960
  • 1
  • 18
  • 41
0
votes
1 answer

Text pagination for ebook reader on Windows 10 project (UWP)

I'm trying to make a reader app for Windows 10 and stuck with the pagination problem. While searching for some solutions I found projects for WPF and Windows 8 Silverlight, but it seems that in UWP some of needed namespaces, classes etc just…
0
votes
1 answer

hide and show statusbar without any effect to layout in android

I want to write a book-reader application that normally runs in full-screen, but when user touched screen, status bar become visible OVER my main layout without re-creating the whole view. I already read these but no help at all: Hide notification…
Mohammad Zarei
  • 1,773
  • 14
  • 33
0
votes
1 answer

Memory leak turnjs

I have problem with book reader here is my code: Code I using turnjs v3 library and i have problem with memory leak, if you reading next and next page, memory RAM is not cleared but is gaining more and more. In console i see that DOM is removed,…
0
votes
1 answer

Set file path in FbReader open source Code

I am developing a app which copy .epub file from assets to device and then read .epub file from that location. And I am using free open source FBReader to read the epub file.Can anyone know how to set the path of the book that directly open when app…
AmmY
  • 1,821
  • 1
  • 20
  • 31