Scaling down bitmap causes portion of image not visible
问题 So, I'm scaling down bitmap files so that I can display images without going over the memory size. I referred to the android tutorial here. What I found out was that not only is this scaling down my image so the size won't be too big but it is also cutting a portion of the image off. Or so it seems. I only want the image to take up a part of the screen. How can I scale down the bitmap and display the whole image? If you could provide any help, ideas, or suggestions I'll be very thankful! And