Top "Android-imageview" questions

Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.

Android: Hide Imageview

I have a imageveiw initially it should be in hidden mode, <ImageView android:id="@+id/custom" android:layout_width="…

android android-imageview
Maximum width and height for ImageView in Android

So I have an ImageView set with android:maxHeight="100px" android:maxWidth="250px" android:minHeight="100px" android:minWidth="250px" android:…

android resize imageview android-imageview stretch
Scale an image up to fill entire ImageView in Android

I'd like to scale an image up to take up the entire size of an ImageView. This is subtly different …

android android-layout android-imageview
How to save image in android gallery

I try to save the image into WathsappIMG but when I go to image gallery android I don't see the …

android android-imageview
Android - How to show images from resources drawable?

I'm not able to show an image which is saved in res/drawable folder. I use ImageGetter to do this. …

android android-webview android-image android-imageview
implement android:src="@drawable/image" programmatically in Android

I am trying to set the foreground image on an image button. After some research, I came across this code …

android android-widget android-imageview android-button
Android : How to detect the image orientation (portrait or landscape) picked from gallery while setting on an imageview?

I am setting an image on the imageview picked from the gallery(camera album). If the picked image has landscape …

android android-imageview android-gallery
Byte array of image into imageview

I've searched a bit but can't get a clear glimpse of it. How can I set a byte array of …

android android-imageview
How to avoid overlap view in relative layout in android?

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_…

android android-layout android-imageview textview android-relativelayout
Setting of ImageView's gravity to the center in android programmatically

I want to set the gravity of an array of Imageviews,ImageIcons[i] to the center with the following code, …

android center dynamic android-imageview gravity