Hi i am porting an iOs app to android, in my app i change the image of my imageview using event listeners, now on iOs My app works perfectly but on android changing the image of my imageview is very slow and it's painful. Do you know why is so different? and what can i do? Thanks
3 Answers
how much size(or resulotion) of your image? android cannot support the bigger image (or performance not good)
Hi, my image is a .png of 138 kb, resolution=800x800 do you think that could be a problem?
I am not sure,but you can try to reduce the resolution to 320X320, it's maybe the point, I remember andorid will calculate the image size with resolution.
Your Answer
Think you can help? Login to answer this question!