I download a image with following properties using AsyncTask and then resize and down sample using the logic in this url. In addition image loaded in ARGB_8888 config to in memory (image is a jpg file).
When I segment this image to small images and draw those segments to a canvas, drawbitmap() is significantly slow.
Questions
- Is 600 dpi the issue?
- Does'nt the down sampling take care of dpi scaling?
- What is the best dpi for an app running on phones and tablets.