badass-aoz / M117_Anonymous_Comm

UCLA CSM117 class project. Integrating Kalium-jni and Dissent. Featuring Communication between the two sides.
Apache License 2.0
0 stars 0 forks source link

Bitmap images #1

Open wangxf1030 opened 10 years ago

wangxf1030 commented 10 years ago

Hi, I am working on an automatic Android application anti-pattern detection project. I found that in your application you use BitmapFactory to decode images, however you does not try to resize it , which may lead to a unnecessary memory cost. A better way that suggested by Android is using options to resize it and get a smaller size images. http://developer.android.com/training/displaying-bitmaps/load-bitmap.html I hope that this can help you a little bit and I really hope to hear your feedback. Thanks. Wendy

badass-aoz commented 10 years ago

Hi Wendy,

Thanks for your suggestions! We are rushing for the deadline at this time (you know, student projects, LOL~) We will leave this issue open, so we will take care of it later once we get hands free.

:)

Ao