這篇文章給大家介紹Android應用中怎么對本地pdf文件進行加載,內(nèi)容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
創(chuàng)新互聯(lián)主營靖州網(wǎng)站建設的網(wǎng)絡公司,主營網(wǎng)站建設方案,重慶APP軟件開發(fā),靖州h5微信小程序定制開發(fā)搭建,靖州網(wǎng)站營銷推廣歡迎靖州等地區(qū)企業(yè)咨詢大部分app打開pdf文件是通過intent調(diào)起手機中能打開pdf文件的工具,來查看pdf文件,如果需求是,用戶在app內(nèi)下載好pdf文件后,不通過第三方的工具,本地打開。
使用起來也很簡單,首先添加PDFView的引用
compile 'com.github.barteksc:android-pdf-viewer:2.4.0'
布局中引用PdfView
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <include layout="@layout/common_title" /> <com.github.barteksc.pdfviewer.PDFView android:id="@+id/pdf_view" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout>
本文標題:Android應用中怎么對本地pdf文件進行加載-創(chuàng)新互聯(lián)
瀏覽路徑:http://aaarwkj.com/article22/phijc.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供面包屑導航、外貿(mào)網(wǎng)站建設、建站公司、手機網(wǎng)站建設、定制開發(fā)、靜態(tài)網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)