Top "Android-imageview" questions

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

Rotating an ImageView like a compass (with the "north pole" set elsewhere)

I'm stumped regarding how to implement a "personal compass", ie a compass that points to a specific bearing instead of …

android gps rotation android-imageview
How to give hexagon shape to ImageView

How to give hexagon shape to ImageView . Is it possible to do in same way ? If so then how. If …

android imageview android-imageview
How to create a video preview in android?

I have a video file in my sdcard. I would like to show a preview of this video in my …

android android-image android-imageview android-video-player
Stretch Image to Fit

The src should stretch its width to match_parent, while keeping aspect ratio. When the image is larger than the …

android scale android-imageview
How to stretch three images across the screen preserving aspect ratio?

I need to display three same size images (200 X 100) side by side (no gaps) on top of the screen. They …

android-layout android-imageview
ImageView not keeping max height and width

I load an image into an ImageView using .setImageURI(selectedImageUri) that is retrieved from the user's photo gallery. I have …

android android-layout android-imageview android-xml
Crop image to square - Android

How can I cut rectangular image (600 x 300) from left and right to fit in square ImageView ? I don't want to …

android android-imageview resize-crop
Android: Display image in imageview by SimpleAdapter

I am new android now I want to display image from an url. I am using imageview in listview. I …

android listview android-listview android-imageview simpleadapter
Android Pinch and Zoom Image in Activity

I have a ListView with set of images. On clicking any of them, the clicked image will appear on a …

android android-listview android-imageview pinchzoom
what is the meaning of ImageView.ScaleType="MATRIX" : Android

I know about the matrix, its structure and working about image view's scale-type. but, I can't find the exact meaning …

android android-layout android-imageview