Questions tagged as 'android-imageview'

1
answer

Doubts about image routes

Inside the emulator, the path of an image appears to me:    /storage/emulated/0/Pictures/Screenshots/454980.png But with the following code: @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) {...
asked by 25.04.2018 / 00:58
0
answers

Convert a LinearLayout to an image in order to share it =

I have my layout with information about a transaction this info I want to share with the design that my view has, I want to do it converting the layout to image and share it via wsap, mail or according to the app that is chosen. I was able to...
asked by 22.03.2018 / 18:49
0
answers

conversion from an imageview to bitmap to paint lmangenes

I do not know much about the programming in android studio but now I have to subtract an image selected by the user in an imageview and convert it into a bitmap to be able to modify the colors of the image through the paint class, the problem is...
asked by 01.03.2018 / 21:01
0
answers

Insert WebP image in AndroidStudio

I am creating an Android app and I would like to know if I am correctly using the insertion of images in WebP format inside a CardView. Is it correct to save the image within resources / drawable and enter it directly in an ImageView referrin...
asked by 01.03.2018 / 00:54
0
answers

recreation image volley imageloader

imageLoader = new ImageLoader(requestQueue, new ImageLoader.ImageCache() { int cacheSize = 4 * 1024 * 1024; // 4 MegaBytes LruCache<String, Bitmap> lruCache = new LruCache<String, Bitmap>(cacheSize); @Overr...
asked by 13.08.2017 / 20:18
0
answers

Notification on android setlargeicon

good. I'm trying to implement a notification method setLargeIcon this asks me a Bitmap in my case just gives me the Bitmapcompat option and seen some examples as is normally done with Bitma but this ami generates an error picture = BitmapFact...
asked by 08.07.2017 / 18:21
1
answer

Save Photographs in Horizontal Mode ExifInterface class

I have an application on android, when I take the picture, and every time I show it in an imageView, the image always changes its orientation. Is there a way to store it in the orientation I want? Can you take a picture in android studio and...
asked by 21.02.2017 / 05:54