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.
codename oneで、サーバーからリソースファイルをダウンロードし、それを電話のメモリに保存して、アプリケーションで開くことは可能ですか?リリース後のアプリケーションをサポートする良い機会になる可能性があります。
もちろん。標準を使用してファイルをダウンロードし、 APIConnectionRequestを使用して保存するだけです。StorageこのResourcesクラスには、後でこれを開くためのをopen受け入れるメソッドがあります。InputStream
ConnectionRequest
Storage
Resources
open
InputStream