Top "Imageview" questions

Android widget that displays an arbitrary image or drawable, such as an icon.

How to Get Correct Path After Cropping the Image?

I want to Crop the Capture/Selected Image and Upload it on to server. What Problem I am Facing : After …

android image imageview android-imageview crop
I used Glide library to load image into imageView and I don't know how to make image pinch to zoomable

public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); //Variables …

java android imageview android-glide
ImageView: adjustViewBounds does not work with layout_height="fill_parent"?

I'm trying to place in single row the EditText with the ImageView on the left. But I can't get the …

android imageview scale
Touchesbegan not detecting what is being touched

I'm building a rotating banner using a NSTimer to keep track of the current image with the image being animated …

iphone ios touch imageview touchesbegan
Layout changes if device language is Arabic

I have designed an Android app, when I test it in a device it's language is Arabic ,the position of …

android imageview arabic
How do you scale an ImageView like centerCrop, but from top?

Let's say I'm getting some image from an API. I have no idea what the image's dimensions will be ahead …

android android-layout imageview scaletype
Rotate ImageView in Android around a fixed point using RotateAnimation

I'd like to rotate an image 360 degrees continuously around a fixed point. I've seen a few examples already such as: …

android rotation imageview fixed-point rotateanimation
Android: Force updating layout

I'm trying to change background color of ImageView, but it updates only after I click on it. I tried to …

android layout imageview redraw
ImageView invisible doesn't get visible after setVisibility()

I load in onCreate() and ImageView by findViewById(). The ImageView is set as INVISIBLE from XML and it should become …

android imageview visibility findviewbyid
Android layout - ImageView focused, but doesn't show anything on screen (no highlight)

If I set my ImageView to be both clickable and focusable, it works, but I have no way to tell …

android focus imageview clickable focusable