Library is available in jcenter repository, probably it'll be in Maven Central soon.Include PDFView in your layout<com.github.barteksc.pdfviewer.PDFView android:id="@+id/pdfView" android:layout_width="match_parent" android:layout_height="match_parent"/>...
bintrayRepo = 'maven' bintrayName = 'android-pdf-viewer' publishedGroupId = 'com.github.barteksc' libraryName = 'AndroidPdfViewer' artifact = 'android-pdf-viewer' libraryDescription = 'Android view for displaying PDFs rendered with PdfiumAndroid' siteUrl = 'https://github.com/barteksc/Android...
GoogleCluster: http://research.google.com/archive/googlecluster.html Chubby:http://labs.goo...
GoogleCluster: http://research.google.com/archive/googlecluster.html Chubby:http://labs.goo...
Library is available in jcenter repository, probably it'll be in Maven Central soon.ProGuardIf you are using ProGuard, add following rule to proguard config file:-keep class com.shockwave.** Include PDFView in your layout<com.github.barteksc.pdfviewer.PDFView android:id="@+id/pdfView" ...
今天按项目要求找了一个android的PDF控件,各种操作效果都非常好,在这里和大家分享一下。 com.joanzapata.pdfview:android-pdfview该PDF控件加载大存储的PDF就会报错,所以建议使用AndroidPdfViewer控件。 这是github的地址:https://github.com/barteksc/AndroidPdfViewer ...
allprojects { repositories { google() jcenter() // 确保包含这一行 // mavenCentral() // 如果需要也可以添加,但本例更可能依赖jcenter } } 添加依赖项: 在模块的 build.gradle 文件中添加依赖项,您已经给出了正确的依赖语句: gradle dependencies { implementation 'com.github.barteksc:android-pdf-viewer...
Library is available in jcenter repository, probably it'll be in Maven Central soon. ProGuard If you are using ProGuard, add following rule to proguard config file: -keep class com.shockwave.** Include PDFView in your layout <com.github.barteksc.pdfviewer.PDFViewandroid:id="@+id/pdfView"an...
Library is available in jcenter repository, probably it'll be in Maven Central soon.ProGuardIf you are using ProGuard, add following rule to proguard config file:-keep class com.shockwave.** Include PDFView in your layout<com.github.barteksc.pdfviewer.PDFView android:id="@+id/pdfView" ...