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.
代号一是否可以从服务器下载资源文件,将其存储在手机内存中,然后在应用程序中打开?这可能是发布后支持应用程序的好机会。
当然。您可以使用标准下载文件ConnectionRequest并使用StorageAPI 保存。该类Resources有一个open方法,它接受一个InputStream供您稍后打开它的方法。
ConnectionRequest
Storage
Resources
open
InputStream