Android: simple understanding and use of Android learning notes Bitmap

Android Bitmap I Definition of Bitmap Bitmap is one of the most important classes of image processing in Android system. It can be used to obtain the image file information, cut, rotate and zoom the image, and save the image file in a specified format. There are two main uses of Bitmap: 1. Set the background for ImageView2. Use as canva ...

Posted by BigMike on Fri, 14 Jan 2022 14:05:38 +0100