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.
サーバーから画像をJPGとして受信して保存し、ListViewなどで表示する方が高速です
また
サーバーから XML (エンコードされた文字列として) で画像を受信し、それをデコードしてから ListView に表示します (または、保存してからメモリから表示することもできます)。
サーバーからAndroidデバイスに画像を転送する際の(パフォーマンスに関して)最良の方法は何ですか
前もって感謝します