摘要:
本文转自:http://www.cnblogs.com/tianzhijiexian/p/4254110.htmlBitmap是引起OOM的罪魁祸首之一,当我们从网络上下载图片的时候无法知道网络图片的准确大小,所以为了节约内存,一般会在服务器上缓存一个缩略图,提升下载速度。除此之外,我们还可以在本地... 阅读全文
摘要:
I have a HashMap which I would pass to another Activity class. I simply use this code:Intent intent = new Intent(ComplainActivity.this, ComplainDetail... 阅读全文