Open GoogleCodeExporter opened 9 years ago
PDFViewer is just a viewer. When you open pdf file in a file browser or as a
email attachment and so on, PDFViewer will handle the VIEW intent.
Original comment by gliwen...@gmail.com
on 23 Aug 2010 at 2:23
Could you please tell me how to compile this project? It seems too complicated
to me...
Original comment by tracy.wj...@gmail.com
on 28 Mar 2011 at 7:43
How to open the viewer? Here is my code, but it crashes
// open pdfviewactivity
File dir = Environment.getExternalStorageDirectory();
File yourFile = new File(dir, "book.pdf");
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.fromFile(yourFile));
startActivity(intent);
I've add the main activity to manifest already.
Original comment by bagusfl...@gmail.com
on 16 May 2013 at 1:16
Original issue reported on code.google.com by
siva4...@gmail.com
on 13 Aug 2010 at 10:00Attachments: