标签:android style http io color os ar sp on
1. image filter :
项目描述: Image filtering allows you to apply various effects on photos. after open the app, customer can pick a image from Sd card or
internal phone storage and show up to app‘s interface. apply effects on image byClick on the slide‘s effects button. save.
Challenges:
http://developer.android.com/training/displaying-bitmaps/load-bitmap.html
you are working with limited memory, ideally you only want to load a lower resolution version in memory. The lower resolution version should match the size of the UI component that displays it
out of memory issue while loading an image to a Bitmap object and image filtering operation.
image ‘s Pixels is too large fro current phone‘s cpu me
ImageView
or UI component that the image is to be loaded into.
标签:android style http io color os ar sp on
原文地址:http://www.cnblogs.com/leetcode/p/4064138.html