imageview tag

17 questions


1 answers
73 views
0
To maximize and display the UIImageView image from above while maintaining aspect

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 ...

1 years ago

1 answers
77 views
0
How to do findViewById in Fragment

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...


1 answers
73 views
0
Is there a way to round corners in the image view?

On Android, image views are usually squares. I want to make a square with rounded corners in the image view, is it possible?


1 answers
111 views
0
How to border ImageView on Android

I want to put the border in ImageView and color it, what can I do?

1 years ago

1 answers
135 views
0
How to get a bitmap from ImageView

ImageView image = R.findViewById(R.id.imageView);image.setImageBitmap(someBitmap);How do I get a bitmap from the image view when given like this?


1 answers
84 views
0
Is there an easy way to enlarge the image?

Is there a way to allow users to zoom in and out of their image?

1 years ago

1 answers
62 views
0
Please tell me how to click and enlarge the Android image view.

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...

1 years ago

1 answers
88 views
0
I'd like to know the difference between ScaleType and Image View.

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.


1 answers
77 views
0
How do I load images from the URL when I load images from Android to Image View?

How do I import an image from a specific URL and load it into an image view?

1 years ago

2 answers
146 views
0
Questions about Android imageView (OOM Error).

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 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.