Questions tagged [ebook-reader]

35 questions
8
votes
2 answers

BackgroundColorSpan adjust height or add a padding to it

I have an app where I am displaying multiple lines, and multiple paragraphs, of formatted text in a TextView. I am using SpannableStringBuilder for this purpose. One of the things I want to do here is to be able to highlight the text. Now I have…
Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85
7
votes
1 answer

Breaking large text into pages in android text switcher or view flipper

I am in the process of developing an e-book reader application for android 3.0 tablets. To begin with I have a large chunk of String data. I want to split/break that String into pages based on the screen size of the device [I am planning to use text…
pkamalaruban
  • 329
  • 4
  • 6
7
votes
3 answers

Epub or Mobi Sdk for xamarin

I am thinking of developing Ebook reader in xamarin forms. But I could not find any Epub/Mobi reader SDK anywhere.Is there any xmarin SDK available for Ebook reader ? If it is not available , How can I develop one in xamarin ?
Deva Palanisamy
  • 143
  • 2
  • 8
4
votes
0 answers

Which one library is better for reading PDF, EPUB & html in Android?

I wana to create a App that should into App read ebooks with pdf, epub, html formats. that work familar to Ebook-reader but not exactly. Which one library is better for reading PDF in Android? For PDF: iText, jPedal, Mupdf, Pdfbox For Epub: Is there…
azad
  • 361
  • 2
  • 5
  • 17
3
votes
2 answers

How to build an eBook reader that supports adobe Content Server?

I'm looking into a way of building eBook reader that will support adobe content server DRM. The only solution find was Adobe Digital Editions Which is an off the shelf product and I'm looking for some sort of SDK. any advice will help. 10x d. btw i…
Daniel
  • 89
  • 2
  • 5
3
votes
1 answer

Any Framework For epub Reader

I want to make a e-book reader application for iOS. can anybody suggest me some good epub format book READER LIBRARIES? Thanks!
vikas patel
  • 61
  • 1
  • 6
3
votes
1 answer

.epub on iPhone

Seeking your help to get off .epub(s) sea in iPhone world... I am trying to make an iPhone application which can read .epub(s). So, I'm in search of a good method, API, Webservices, etc. which help me to render .epub(s) on iPhone's screen. Please…
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
2
votes
3 answers

Who do anyone work with FBReader open source?

Newly, I want to work with FBReader. I took it's codes from github and download Android NDK and cygwin. But I have several problems. I need your help for config and use these codes. I install Cygwin and try to config it but I get the following error…
Omid Nazifi
  • 5,235
  • 8
  • 30
  • 56
2
votes
0 answers

How to build E-book using pdf.js and turn.js in html?

I am trying to build an E-Book using pdf.js and turn.js for my website. I came here. Moreover, they are showing this error. Error Image. what should i do now?
rezwan
  • 39
  • 1
  • 4
2
votes
0 answers

Create EPUB3 Reader App in Python

I am trying to create EPUB3 reader application in python for that I explored some python libraries like: i) Epubzilla ii) EbookLib iii) pyepub iv) epub 0.5.1 but I did't got perfect…
Dhairya
  • 743
  • 2
  • 11
  • 29
2
votes
0 answers

Android Html parsing and FBReader - ebook parsing

I am modifying code of FBReader. I want to parse few more tags and attributes like <'center> tag, isFullPage attribute, but I failed to find the classes and parsing methods. I found few packages for parsing, I tried to edit them but I didn't get any…
Roshni
  • 256
  • 1
  • 4
  • 16
1
vote
1 answer

how to use WebView for show images, video and text as book pages?

I have a ebook single HTML page having text, video and audios, which I want to display as book pages able to slide left & right to view the previous page and next page respectively. How do I slice the data to show for a particular page for…
NrNazifi
  • 1,621
  • 3
  • 25
  • 36
1
vote
0 answers

Is there any epub sdk or package for flutter that supports highlights and notes?

I want to make an Epub Reader with text highlighting, notes, and other annotations. I can't seem to find any free sdk or package that support my needs. vocsy_epub_viewer is an option but the reader is not customizable and there aren't any docs to…
Sankalp
  • 11
  • 1
1
vote
2 answers

SetInterval is not working in Kindle and Kobo Browsers

I want do stream images to my e-ink reader's browser. I have a Kobo Aura H2O and a Kindle Paperwhite. I have tried multiple mechanics but nothing seems to work, because the browser ignores half of the javascript. Websockets do not work, setInterval…
jeff
  • 1,169
  • 1
  • 19
  • 44
1
vote
0 answers

create book reader in android using simple text

I need your knowledge I have to create book reader applications like the amazon kindle but, using simple text formate not any file formate like pdf, epub or any. Load simple text in textview. I have one idea, assume we have 1000 lines in one book.…
NIKUNJ GADHIYA
  • 103
  • 2
  • 14
1
2 3