Top "Imageview" questions

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

android:select image from gallery then crop that and show in an imageview

i really need this code and i searched for 3 hours on internet but i couldn't find a complete and simple …

android imageview gallery crop
Android Picasso Image does not load

There are two situations I load images, first, just directly from the internet, and second, load images that are downloaded …

android imageview picasso
How can we set height and width dp for imageview in android?

I would like to set height and width in dp for ImageView in android pragmatically. How can I achieve this?

android imageview
Grid of images inside ScrollView

I'm trying to create a screen with both text and images. I want the images to be laid out like …

android user-interface gridview imageview scrollview
How to set an imageView's image from a string?

I have a list of entries and some bitmap files in the res/drawable-mdpi directory. I'm trying to load the …

android bitmap imageview
ImageView adjustViewBounds not working

I have an ImageView with android:layout_width=100dp, android:layout_height=wrap_content and android:adjustViewBounds=true It's source …

android imageview android-imageview
Bitmap in ImageView with rounded corners

I have an ImageView and I want to make it with rounded corners. I use this: <?xml version="1.0" encoding="…

android bitmap imageview rounded-corners
Displaying YUV Image in Android

In my application, we need to display the Video frame receives from server to our android application, Server is sending …

android image-processing imageview yuv
RecyclerView 2 Columns with CardView

I have a problem with my layout. I'm trying to do something like this: For now, i have a RecyclerView …

android imageview android-recyclerview android-cardview gridlayoutmanager
Android add arrow image to spinner

I have created a background drawable that I use for a spinner. I would like to now but an arrow …

android android-layout imageview android-spinner