I just wanted to know that is it possible to read and open pdf file in emulater without installing like pdf viewer
Asked
Active
Viewed 132 times
0
-
If you implement code for PDF viewer in your application then only. Else not.. – user370305 Jun 18 '12 at 11:14
1 Answers
0
No, If you don't implement code of PDF viewer in your application.
Actually, Android doesn't support PDF functionality in their development application. If you implement any PDF viewer code in your application and display from your application, then only it possible, Else you have to install PDF application in your device/Emulator and using intent you can open or Read PDF file in that third party application.

user370305
- 108,599
- 23
- 164
- 151