17 questions
I am using Xcode 9.4.1 (Swift 4.1).The UIImageView displays the image, but the content mode is set to Aspect Fill from the storyboard, and first maximize it to the full UIImageView.Also, I don't want ...
I'm going to make ImageView in Fragment and use it, but the image view is made in xml. But you can't use the findViewById method when you access the image view in Fragment. I heard it's only available...
On Android, image views are usually squares. I want to make a square with rounded corners in the image view, is it possible?
I want to put the border in ImageView and color it, what can I do?
ImageView image = R.findViewById(R.id.imageView);image.setImageBitmap(someBitmap);How do I get a bitmap from the image view when given like this?
Is there a way to allow users to zoom in and out of their image?
When you click the image view on the left screen, as shown in the picture,I want to fill up the screen like the picture on the right (like when you click on the image in the photo album)I'm thinking a...
There's a ScaleType attribute in the Android image view. CENTER, CENTER_CROP, CENTER_INSIDE, FIT_CENTER, FIT_END, FIT_START, and so onI want to know the difference.
How do I import an image from a specific URL and load it into an image view?
Hello. I'm leaving a question because there was a problem while developing the app.I'm trying to process a large amount of images on one screen.The image is jpg, and about 70 files with a capacity of ...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.