Top "Imageview" questions

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

android 9-patch graphic doesn't scale in image view

I have <LinearLayout android:id="@+id/LinearLayout01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="…

android imageview nine-patch
Picasso java.lang.IllegalStateException: Method call should not happen from the main thread

I am attempting to use Picasso to get three Bitmap images from a URL public void onCreate(Bundle savedInstanceState) { super.…

android android-asynctask imageview illegalstateexception picasso
android programmatically blur imageview drawable

I want to programmatically blur and unblur images in Android. I hear that android flag "blur" is no longer supported …

android bitmap imageview drawable blur
cell imageView in UITableView doesn't appear until selected

Here is a video of the problem: http://youtu.be/Jid0PO2HgcU I have a problem when trying to …

ios uitableview imageview assets
Overlay text over imageview in framelayout programmatically - Android

I am trying to implement a textview over an image in a framelayout at the center and bottom of the …

android textview imageview android-framelayout
Zoom and Panning ImageView Android

I have created a zoom and pan class for an ImageView. Features I am trying to create. - It pans …

android imageview zooming pinch pan
Getting Bitmap from Image using Glide in android

I want to get the bitmap from an image using Glide. I am doing the following - Bitmap chefBitmap = Glide.…

android bitmap imageview android-glide
Image browse button in android activity

currently I'm developing an application which requires a browse button in my activity. When I press the browse button I …

android imageview file-browser
Put a big image in an ImageView not working

I think there is a problem with my ImageView. i created a gallery, where I can touch an image and …

android imageview gallery uri
Android ProgressDialog with setContentView

I've read a hell of a lot about this, and can't see anyone who's done or tried it before. So …

android imageview progressdialog custom-view