fresco Questions
8
Solved
I am struggling to get my GIFs to animate on the Android version of my RN application. The iOS version is animating the looping GIFs as expected but I only see a stuck "single frame" imag...
Elvia asked 22/8, 2021 at 16:20
6
Solved
I'm trying to use the fresco library. I used it before too and it was working, but now, for some reason I get:
Unable to start activity ComponentInfo{com.example.home.template/com.example.home.tem...
7
Solved
I used Fresco 0.5.2:
dependencies {
compile 'com.facebook.fresco:fresco:0.5.2'
}
I want to use SimpleDraweeView to load a gif image from drawable.
Here is my code:
String path = ContentResolve...
5
I'm trying to replace Picasso in my android app with Fresco. However I am unsure of how to simply load a bitmap using Fresco.
With Picasso I would just do the following.
Bitmap poster = Picasso...
5
Solved
I got a bunch of drawables that I want to load using fresco, I want to use wrap_content size for those images, how can I do it in xml with fresco? Or if xml is not possible how do you do it in code...
5
I am using the Fresco library.
I can't find any related info in the Fresco documentation,
how can I get an image file from Fresco's disk cache?
Vanadinite asked 21/4, 2015 at 12:59
3
Solved
As Fresco project on git hub said: "In Android 4.x and lower, Fresco puts images in a special region of Android memory. This lets your application run faster - and suffer the dreaded OutOfMemoryErr...
Autogiro asked 15/12, 2015 at 8:1
1
Context
I'm creating an app that's supposed to show some images on a Fragment, most of them downloaded from the internet.
I'm using Glide to handle that image loading for me on my CardViews and ...
Caduceus asked 8/4, 2016 at 19:0
3
Solved
I have two Activities, both of which contain an image. I am using Fresco to load the image in one activity and Picasso to load image in another activity. Here are the relevant parts of my code:
Im...
Valuable asked 27/1, 2016 at 14:25
2
Solved
I have a recyclerView with multiple view that each row of that is a recyclerView. When I scroll recyclerView, that is laggy on each row created. Here is some of my code. At below you can see config...
Tritium asked 4/9, 2018 at 9:36
2
Solved
I am migrating android image caching library from picasso to fresco. I want to know if there is any way to invalidate image already catched as I am adding feature to replace existing image there is...
2
Solved
I'm using fresco to display gifs in a RecyclerView. After the user has tapped an imaged I open a details screen where I should display in the end a high-resolution GIF.
If I just load another GIF ...
5
I'm using Fresco to visualize images from the assets folder in a view. My problem is that by default the class com.facebook.drawee.view.SimpleDraweeView doesn't have a zoom/pinch method. Is there a...
6
Solved
I'm trying to load images in Fresco, but the images don't seem to load. When I add a placeholder view the placeholder shows.
public static void loadImg(final Context c, final SimpleDraweeView vie...
2
Solved
I am using Fresco Android Library to get images from URLs. The images I get without any problem, but the thing is that the setImageURI(url) is deprecated.
So I could not find what to use instead. T...
Waterless asked 26/1, 2018 at 15:6
2
I have just migrated to the Fresco library for loading images in my app.
I need to listen to Image Loading Events, of course I read this article in documentation Listening to download events
Thi...
Aspersion asked 28/2, 2016 at 11:41
2
Solved
I am uploading an image to my server and once uploaded my server responds with the new URI for it (can be the same URL as the old one), I want to remove the old cached image and insert the new one ...
2
Solved
I am using Facebook Fresco library and SimpleDraweeView for displaying avatar image from file:
Uri avaURI = Uri.fromFile(new File(getCacheDir(), Constants.AVA_FILE_NAME));
simpleDrawee.setImageU...
3
Solved
I recently updated a PC to Windows 8.1 in order to make it compatible to Kinect v2. It's an ASUS N53S with the following specs:
CPU: Intel Core i7 - 2670QM (2.2GHz)
RAM: 16 GB
GPU: GEForce ...
Ochrea asked 15/6, 2015 at 13:16
1
I found the problem with SimpleDraweeView of fresco at the beginning.
However the problem still exists after I replace with android ImageView.
So I can't be sure whether the problem is due to Andro...
Preciosa asked 1/10, 2015 at 7:39
1
Solved
I play multiple images sequentially on the same SimpleDraweeView, the issue is that when submitting a new imageURI request, theSimpleDrweeView will remove the current displayed image and replace it...
6
Findings:
Difference between Picasso v/s ImageLoader here
...
Info about the library GLIDE here ...
Facebook has its own library
Fresco
Newest addition to the list Coil
Questions:
What is...
Anguiano asked 31/3, 2015 at 7:48
1
Solved
Don't understand the behavior while I am fetching Bitmap using Fresco using ImagePipeline. When I debug my code it is executing onNewResultImpl or onFailureImpl and when I run the application is no...
5
Solved
I am looking for an asynchronous image loading and caching library in Android. I was going to use Picasso, but I found Universal Image Loader is more popular on GitHub. Does anyone know about these...
Gramarye asked 15/11, 2013 at 6:39
1
Solved
I've read every single thread regarding this issue here and I can't find any answer to my problem.
After adding the Fresco lib I'm getting this error when building my app.
The problematic line is:...
Ermaermanno asked 30/6, 2015 at 2:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.