Top "Imageview" questions

Android widget that displays an arbitrary image or drawable, such as an icon.

ImageView zooming in android through code

I am developing Android application for book. I create total images for book is one hundred. In the app two …

android imageview zooming effect
Dynamically change SVG image color in android

I know that using third party library, it is possible to use SVG image in Android. Library like: svg-android The …

android svg imageview android-view svg-filters
Using picasso library with a circle image view

I am looking at using the Picasso library to download an image from URL and pass this into circle image …

android imageview picasso
How to draw a Line in ImageView on Android?

I'd Like to know how to draw a Line on ImageView as user swipe their finger ? Could any body explain …

android image imageview draw swipe
Overlay over an ImageView on Android

So I have a list of images that come from the web, I don't know which color are they and …

android imageview overlay
Image View not Wrapping Contents

I've got an ImageView wrapping this image: <ImageView android:layout_height="wrap_content" android:layout_width="wrap_content" android:…

java android imageview
Picasso not loading the image

here's the code for picasso: ImageView img = (ImageView)findViewById(R.id.product_image); Picasso.with(this) .load(_url) .fit() .into(…

android imageview picasso
How do I prevent scaling in Android Imageview?

I have an image that is 480 pixels by 40 pixels. I would like to show this image in an ImageView without …

android imageview scaling
Android - Best way to overlay a play button on an image/thumbnail

I have an android application which can playback audio/video and show pictures. For videos I want to overlay a …

android imageview overlay drawable
Android Kotlin .visibility

I have this code that is supposed to make an image visible, but I don't know exactly how it's supposed …

android imageview kotlin kotlin-android-extensions