Jump to content

Need Android Project Book Reader


Shery

Recommended Posts

Hi..

i want to submit my assignment next week so their for i need an android Project "Book Reader" or "Ebook Reader"

not apk.. project folder of that.

kindly if any one able to find share the links

thank you.

Link to comment
Share on other sites

You want to put forward someone else's work for your own?

 

Adobe gave away their copyrights to the pdf format it is now ISO 32000-1. http://www.iso.org/iso/catalogue_detail.htm?csnumber=51502

 

 

i want to submit my assignment next week so their for i need an android Project "Book Reader" or "Ebook Reader"

 

Android documentation on pdf is available on android's site http://developer.android.com/reference/android/graphics/pdf/PdfDocument.html

 

"therefore" not "their for" and i on it's own is always capitalized.

 

 

http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/PDF32000_2008.pdf

Edited by fiveworlds
Link to comment
Share on other sites

I was querying as it reads as if the assignment was to create an eBook reader.

 

I appreciate that the PDF format is available, and lots eBook readers use PDF, but an android PDF reader is trivially googelable do I assumed it couldn't just be that.

Link to comment
Share on other sites

I assumed it couldn't just be that.

 

I'm sure the idea is to make sure that the op knows how to use the pdf reader classes.

 

an android PDF reader is trivially googelable

 

 

Most computer courses are googelable. Many university computer courses have 90% of the course online too. Some computer courses are even free such as cs50.

Edited by fiveworlds
Link to comment
Share on other sites

But he's asking for a complete project. Which would be plagerisim.

 

He said he needs a complete project. Obviously copying the work of somebody else would be plagiarism. He will however need to use existing libraries such as pdf to complete the project.

Link to comment
Share on other sites

Sorry, you want to submit an eBook reader for an assignment? You want to put forward someone else's work for your own?

yes because it urgent just to full the course requirement. Even the teacher has said just find any app with its source code and submit it other wise your marks will be deducted..

I was querying as it reads as if the assignment was to create an eBook reader.

 

I appreciate that the PDF format is available, and lots eBook readers use PDF, but an android PDF reader is trivially googelable do I assumed it couldn't just be that.

well in the class when we have to select the project with availability of minimum time so that's why i chose E book reader..

But he's asking for a complete project. Which would be plagiarism. Which is why I asked the questions I did.

plagiarism is not the issue i will refer that to maker of that app. but on the other hand i have to run the code of that app to show what I've learn from that app.

 

He said he needs a complete project. Obviously copying the work of somebody else would be plagiarism. He will however need to use existing libraries such as pdf to complete the project.

plagiarism is not the issue i will refer that to maker of that app. but on the other hand i have to run the code of that app to show what I've learn from that app.

Link to comment
Share on other sites

I managed to make basic PDF viewer, with PDFRenderer class.

But it requires Android v5.0 (SDK API 21).

Also to make it the real tool, there would be needed complete directory listing/searching.

 

Making PDF with what fiveworlds showed, require Android v4.4 (SDK API 19) KitKat.

Link to comment
Share on other sites

I managed to make basic PDF viewer, with PDFRenderer class.

But it requires Android v5.0 (SDK API 21).

Also to make it the real tool, there would be needed complete directory listing/searching.

 

Making PDF with what fiveworlds showed, require Android v4.4 (SDK API 19) KitKat.

how..can you send me the project..??

Link to comment
Share on other sites

how..can you send me the project..??

 

I cannot support cheaters.

 

I can send you screen-shot of working app.

post-100882-0-40046500-1463337220_thumb.png

post-100882-0-66850600-1463337232_thumb.png

 

You have to use PDFRenderer,

http://developer.android.com/reference/android/graphics/pdf/PdfRenderer.html

and draw specified page to Bitmap.

http://developer.android.com/reference/android/graphics/Bitmap.html

Bitmap copy to ImageView.

http://developer.android.com/reference/android/widget/ImageView.html

Edited by Sensei
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.