Opening Pdf In Android Using Andpdf Jar Extremely Slow
I am using this https://github.com/jblough/Android-Pdf-Viewer-Library - Basically a wrapped jar for the andpdf viewer for Android. I am not able to open a single pdf even though I
Solution 1:
Figured it out - Actually I was passing the file Name to the wrong activity - It has to be passed to the activity in the Jar and not to the locally created activity
Post a Comment for "Opening Pdf In Android Using Andpdf Jar Extremely Slow"