android 显示 PDF 文件
2017/2/13更新: 有朋友反映原来的库已经不能用了,或者用了以后有这样那样的问题,这里统一回复一下。 https://github.com/JoanZapata/android-pdfview这个项目是2年前的项目了,很久没维护了。 作者已经在GitHub的Readme里面做了说明: 并且推荐了新的PDF开源库:https://github.com/barteksc/AndroidPdfViewer ------------------------------------------以下是原文,已过时 ------------------------------------- 1、开源项目地址 : https://github.com/JoanZapata/android-pdfview 2、引用 compile 'com.joanzapata.pdfview:android-pdfview:1.0.4@aar' 3、布局文件 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xm...


