Top "Imageview" questions

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

Positioning an image inside an ImageView with gravity: top

╔════════════════════════════════════════════════════════╗ ║ Linear Layout (Center) ║ ║ ╔══════════════════════════════════════════════╗ ║ ║ ║ ImageView ╔══════════════╗ ║ ║ ║ ║ ║ ║ (Center) ║ ║ ║ ║ ║ Actual image ║ ║ ║ ║ ║ ║ ║ ║ ║ ║ ║ ║ (Center) ║ ║ ║ ║ ║ ║ ║ ║ ║ ║ ║ ╚══════════════╝ ║ ║ ║ ╚══════════════════════════════════════════════╝ ║ ║ ║ ╚════════════════════════════════════════════════════════╝ And I want to do this: ╔════════════════════════════════════════════════════════╗ ║ Linear Layout (Center) ║ ║ ╔══════════════════════════════════════════════╗ ║ ║ ║ ImageView ║ ║ ║ ║ ║ ║ ║ ║ (Center) ║ ║ ║ ║ ║ Actual …

android imageview gravity
How do I remove extra space above and below imageView?

I have a really simple image within a RelativeLayout and for some reason I am getting extra spacing on the …

android imageview
Make ImageView with Round Corner Using picasso

I know there are lots of link available to make ImageView Round Corner. But I'm Using Picasso Library for Image …

android imageview picasso
Caching images and displaying

Hello Am facing a particular problem in which I need to download images and display them onto a ListView corresponding …

android json imageview universal-image-loader lazylist
How do I make my ImageView a fixed size regardless of the size of the bitmap

So I'm loading images from a web service, but the size of the images are sometimes smaller or bigger than …

java android bitmap imageview
Strange behaviour of images in RecyclerView

I am using android.support.v7.widget.RecyclerView to show simple items containing text and in some cases also images. …

android imageview arrays android-recyclerview android-cardview
android multitouch image zooming?

I'm displaying an image on full screen now i want to zoom it in or out. Any one guide on …

android imageview multi-touch
Add text to image in android programmatically

I want to make an application just like opening screen of android.I am dynamically adding images to the rows …

android user-interface text imageview tablelayout
How to display image from database in CodeIgniter?

I am using CodeIgniter 2.1.0 and MySQL database. I have uploaded an image through a form and successfully stored it in …

mysql image-processing imageview codeigniter-2 image-uploading
Setting Android images from string value

Currently I'm drawing a PNG image in my Android application like so: ImageView image = new ImageView(context); image.setImageDrawable(context.…

java android imageview android-imageview