Top "Android-image" questions

This tag is for questions related to images on Android

Changing the drawable size inside a button

I want to create a Button like this: Here is my code: <Button android:layout_width="80dp" android:layout_…

android android-layout android-drawable android-button android-image
How to upload an image to Firebase storage?

I'm trying to upload a simple byte array into Firebase storage, but my onFailureListener keeps getting called and logging back …

android firebase firebase-realtime-database android-image firebase-storage
Remove the SearchIcon as hint in the searchView

I am doing an application where for example when i click on the image(it is a searchView) the search …

android android-image searchview
allow the user to insert an image in android app

my question is: how to create imageButton which allow the user to upload image from their phone and insert it …

android android-widget android-imageview android-image
Access pictures from Pictures app in my android app

Just like the iPhone has a UIImagePickerController to let the user access pictures stored on the device, do we have …

android android-image
How to convert Image to PDF?

I am developing an application where I need to convert an Image to PDF. I tried something, but the issue …

android android-image android-bitmap android-pdf-api
How to apply different image effects (filters) on bitmap like sepia, black and white, blur, etc.?

I am not having any idea of how to apply different effect on Image, I have seen the EffectFactory class …

android image-processing android-image image-editing
Crop Image as circle in Android

Does anyone know how to crop an image\bitmap to a circle? I can not find any solution, sorry ..

android crop android-image
How do I prepare images for all the Android resolutions?

In iOS preparing graphics is simple. There are either a normal image (height x width) or a retina image which …

android image android-imageview android-image high-resolution
Does android:scaleType="fitCenter" only work with fix Layout_width and Layout_height attributes?

I use Layout_width="fill_parent" and Layout_height="wrap content". If an image is bigger than the ImageView, it …

android imageview android-layout android-image