Shery Posted May 13, 2016 Posted May 13, 2016 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. -2
Klaynos Posted May 13, 2016 Posted May 13, 2016 Sorry, you want to submit an eBook reader for an assignment? You want to put forward someone else's work for your own? 2
fiveworlds Posted May 13, 2016 Posted May 13, 2016 (edited) 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 May 13, 2016 by fiveworlds 1
Klaynos Posted May 13, 2016 Posted May 13, 2016 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.
fiveworlds Posted May 13, 2016 Posted May 13, 2016 (edited) 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 May 13, 2016 by fiveworlds
Klaynos Posted May 13, 2016 Posted May 13, 2016 But he's asking for a complete project. Which would be plagerisim. Which is why I asked the questions I did. 1
fiveworlds Posted May 13, 2016 Posted May 13, 2016 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.
Shery Posted May 13, 2016 Author Posted May 13, 2016 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. -3
Sensei Posted May 14, 2016 Posted May 14, 2016 Android documentation on pdf is available on android's site http://developer.android.com/reference/android/graphics/pdf/PdfDocument.html I tried it in fresh new project, and what you linked here, is for generating PDF document by drawing new graphics to it, then it's written to file.
Sensei Posted May 15, 2016 Posted May 15, 2016 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. 1
Shery Posted May 15, 2016 Author Posted May 15, 2016 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..??
Sensei Posted May 15, 2016 Posted May 15, 2016 (edited) how..can you send me the project..?? I cannot support cheaters. I can send you screen-shot of working app. 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 May 15, 2016 by Sensei 2
Phi for All Posted May 19, 2016 Posted May 19, 2016 how..can you send me the project..?? ! Moderator Note You need to do your own homework. We can offer help, and no more,
MrDlinker Posted May 27, 2016 Posted May 27, 2016 You want to put forward someone else's work for your own? ___________ marrybrides blog
thins1977 Posted May 31, 2016 Posted May 31, 2016 Hmm, I used some, but forget the names. But some of mentioned here I used to.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now