Top "Android-imageview" questions

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

Android and setting alpha for (image) view alpha

Is there really no XML attribute counterpart to setAlpha(int)? If not, what alternatives are there?

android xml android-layout android-imageview alpha
How to download and save an image in Android

How do you download and save an image from a given url in Android?

android android-imageview imagedownload
Android ImageView Fixing Image Size

I have an Android Application, where I have an ImageView, I need to keep the size constant, there can be …

android imageview android-imageview
Show ImageView programmatically

How can I make an ImageView appear in the middle of the screen when the user clicks a button? I …

android android-imageview
Android Text over image

I have an imageView with an image, over that image I want to place a text. How can I achieve …

android android-imageview android-image
Get the ID of a drawable in ImageView

I have one ImageView and set a drawable on it. Now I need to get the ID of the drawable …

android android-imageview android-drawable
Android Camera : data intent returns null

I have an android application which contains multiple activities. In one of them I'm using a button which will call …

android android-camera android-imageview
Placing a textview on top of imageview in android

I have a listview, that has a single imageview which is scrollable vertically I am trying to place a textview …

android textview android-imageview
"Bitmap too large to be uploaded into a texture"

I'm loading a bitmap into an ImageView, and seeing this error. I gather this limit relates to a size limit …

android android-imageview android-image android-bitmap
How to set a ripple effect on textview or imageview on Android?

I want to set a ripple effect on textview and imageview in Android Studio. How can I do it?

android android-imageview textview material-design