I'm creating a simple application for Android which should display an image which is located on remote HTTP server. Which is the best way to do this: should it write the image t开发者_C百科o some temporary file, or just load it to RAM (in this case, how to load image to ImageView from byte array)?
Thank you all
精彩评论