Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的资产文件夹中有一个 PDF 文件列表。我想要的是将这些 PDF 文件放在 ListView 中,每当我单击 ListView 中的一个项目时,PDF 文件就会打开/呈现。这甚至可能吗?
是的,这是可能的。
您需要创建一个 ListView、一个 Adapter 和 PDFRendarer。