Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.
Is there really no XML attribute counterpart to setAlpha(int)? If not, what alternatives are there?
android xml android-layout android-imageview alphaHow do you download and save an image from a given url in Android?
android android-imageview imagedownloadI have an Android Application, where I have an ImageView, I need to keep the size constant, there can be …
android imageview android-imageviewHow can I make an ImageView appear in the middle of the screen when the user clicks a button? I …
android android-imageviewI have an imageView with an image, over that image I want to place a text. How can I achieve …
android android-imageview android-imageI have one ImageView and set a drawable on it. Now I need to get the ID of the drawable …
android android-imageview android-drawableI have an android application which contains multiple activities. In one of them I'm using a button which will call …
android android-camera android-imageviewI have a listview, that has a single imageview which is scrollable vertically I am trying to place a textview …
android textview android-imageviewI'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-bitmapI want to set a ripple effect on textview and imageview in Android Studio. How can I do it?
android android-imageview textview material-design