Top "Android-image" questions

This tag is for questions related to images on Android

Android Studio change transparency of Image Assets

When I create new "Image Asset" (Action Bar and Tab Icon) in Android Studio using my own icon as base, …

android android-image android-icons
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
Disable Android resource / image / PNG optimization

How do I prevent the Android "build process" from optimizing .png images? I have an Android project with the following …

android android-image android-resources android-build
How to get a Bitmap from a raw image

I am reading a raw image from the network. This image has been read by an image sensor, not from …

android android-image
How do I make an image shake/wiggle when clicked?

I have an imagebutton that I would like to make shake/wiggle when it is touched. I would like it …

android android-image
Image Sizes for the Android Application

Sorry I know earlier some people have same kind of questions but I am suffering from the same issue and …

android android-layout android-image android-drawable android-resolution
Rotate a saved bitmap in android

I am saving an image from the camera that was in landscape mode. so it gets saved in landscape mode …

java android bitmap android-image
Putting some indicator around the image in image move/resize/rotate operations

I would like to Scale, Move, Resize Image. I would like to surround the image with Indicators which guide user …

android android-image image-editing
Android: Which image format shall I use and why?

Im a beginner programmer, and my question is: Which image format shall i use for my android app? Descripton: I …

android android-image bitmapfactory
Android scaling imageview from setImageBitmap

I have this code: <ImageView android:id="@+id/listitem_logo" android:layout_width="match_parent" android:layout_height="wrap_…

android android-imageview android-image