Top "Android-imageview" questions

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

Android Google Map to show as picture

I've implemented Google Maps V2 in my android app and now I would like to do something differently. I'm showing …

android google-maps imageview android-imageview
How to load gif image in placeholder of Glide/Picasso/Ion etc

Not able to find perfect solution for loading a gif image in placeholder Glide .with(context) .load("imageUrl") .asGif() .placeholder(…

android android-imageview picasso android-glide ion
How to get the size of bitmap after displaying it in ImageView

I have a imageview <ImageView android:id="@+id/imgCaptured" android:layout_width="fill_parent" android:layout_height="fill_parent" …

android bitmap imageview android-imageview bitmapimage
Animated transition between two imageview

On one hand I have a layout with two ImageView : <FrameLayout xmlns:android="http://schemas.android.com/apk/res/…

java android animation android-animation android-imageview
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
When click a button rotate image clockwise in android

I have a requirement where I have an ImageView and a button. http://i1289.photobucket.com/albums/b509/salikclub/Rotate-Last-Start_…

android imageview android-imageview image-rotation
High resolution Image - OutOfMemoryError

I am developing an application for the Galaxy S4. One of the requirements of the application is having a SplashScreen …

android image bitmap android-imageview out-of-memory
Pulsating button animation in Android

I'm working with a Voice recognition application and I want to make my play/stop button "pulse" when it's recording. …

android button android-animation android-imageview scaletransform
How to get image from web service to android application?

I am trying to load images from a server, according to their id number. Which would be the best method …

android web-services android-imageview android-image webservice-client
Android ImageView - 16:9

I need to set the Bitmap into ImageView to keep ratio 16:9. Do you have any advice? The main solution is …

android bitmap android-imageview aspect-ratio