Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have my book compiled as PDF and I want to make an app for Android, which will be a simple PDF reader with my PDF inside.
How can I do this?

I wand to do something like this :
https://play.google.com/store/apps/details?id=com.mobilebeez.javainaday&feature=related_apps#?t=W251bGwsMSwxLDEwOSwiY29tLm1vYmlsZWJlZXouamF2YWluYWRheSJd[^]
Posted
Updated 29-Jan-13 6:41am
v2
Comments
David Crow 26-Feb-18 23:27pm    
"I wand to do something like this :
https://play.google.com/store/apps/details?id=com.mobilebeez.javainaday&feature=related_apps#?t=W251bGwsMSwxLDEwOSwiY29tLm1vYmlsZWJlZXouamF2YWluYWRheSJd[^]"

Have you considered posting a valid URL?

You'll need to be able to parse the PDF format. As this isn't a simple operation, I would suggest that you should consider using one of the many open source PDF libraries out there. At random, I found this[^] and it seems to be a fairly stable implementation. Obviously you would need to download the library and try out your document with it to see if it's suitable or not, but that should be fairly straight forward to try out.
 
Share this answer
 
This it's a pdf reader like Aldiko.
But I want an app like this one
app
SQL
when the user clicks, the application opens the book that contains java tutorials.
.</b>

thank you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900