Friends,
I am facing serious performance issue on Storm. I debug my code and found that performance degrades when I am creating bitmaps.
I am creating 10 bitmaps at the time screen loads, and it takes 6-8 seconds to load the screen :(
I am using
Code:
Bitmap.getBitmapResource(res_location);
method to create Bitmap.
Same code is working fine on all other devices without having any performance issue.
Please give me any idea or approach to overcome this issue.
Thanks,
Alpesh