Questions tagged [ffimageloading]
129 questions
8
votes
5 answers
Android Debugging Failing With "Couldn't connect to logcat, GetProcessId returned: 0" FFImageLoading.Platform.dll.so Not Found
I am having issue debugging Android project. I can deploy to device and run it, all works fine but if I try to debug, the app gets deployed to the device and very briefly opened, splash screen shows up but the app then closes.
I am using Xamarin…

pixel
- 9,653
- 16
- 82
- 149
5
votes
7 answers
FFImageLoading: Unhandled Exception: System.TypeLoadException: Could not load list of method overrides occurred
When trying to init FFImage (in my application):
CachedImageRenderer.Init();
I get the mysterious error:
Unhandled Exception: System.TypeLoadException: Could not load list of method overrides occurred
I can get the FFImage sample app to run okay.…

Gerry
- 1,031
- 1
- 14
- 30
4
votes
2 answers
Xamarin.Forms set Button ImageSource as ffimageloading Svg embedded resource
I would to put a svg embedded image as ImageSource for a Button in Xamarin.Forms, something like this
possibly applying a Transformation to svg (from…

ʞᴉɯ
- 5,376
- 7
- 52
- 89
4
votes
2 answers
FFImageLoading, SVGCachedImage blurry when setting HeightRequest/WidthRequest from a binding
I'm using FFImageLoading to display svg icons in my Xamarin.Forms project. My understanding is that the Height and Width requests must be set explicitly in order for the SVG to be rendered properly. I'm getting a lot of pixilation whenever I try to…

Sean
- 868
- 9
- 22
4
votes
2 answers
How do load a image stored locally in byte array using FFImageLoading for Xamarin?
I need to be able use FFImageLoading.ImageService to load a byte array I decoded from an image earlier, into a FFImageLoading.Views.ImageViewAsync object. The method ImageService.Instance.LoadImage(IImageLoaderTask task) seems to be the way but I…

MJ33
- 859
- 12
- 25
4
votes
3 answers
How to preload images using FFImageLoading for all list items in derived Xamarin BaseAdapter class
The FFImageLoading Xamarin Android/iOS image loading library is working fantastic in a custom list by using the following in the BaseAdapter derived class' overriden GetView:
ImageViewAsync imageViewAsync =…

Tarostar
- 1,196
- 1
- 15
- 27
3
votes
2 answers
Xamarin form FFImageLoading ListView control
I wanted to add CachedImage using FFImageLoading with my ListView control. I have added the three packages and the control on the XAML but the listview is still display slow is there anything else I need to do for FFImageLoading Cached to work with…

Jefferson
- 173
- 2
- 12
- 32
3
votes
2 answers
FFImageLoading : load into an ImageButton
In Xamarin.Android, to load an image using FFImageLoading, a ImageViewAsync must be used instead of a standard ImageView.
I couldn't find what I can use if I wanna load my image into an ImageButton. Didn't find an "ImageButtonAsync".
user2686744
3
votes
1 answer
ListView Fast Scroll freezes app on internet images in DataTemplate
I am having internet images in my datatemplate of listview as below. It is a simple mvvm binding, I don't use any code behind at all. When scroll fast on the listview, it gets frozen. it looks like it is caused by multiple downloads. maybe…

Emil
- 6,411
- 7
- 62
- 112
3
votes
2 answers
How to clear/avoid FFImageLoading's caching in list item image
I am using FFImageLoading instead of Image in my project for more advanced features like placeholders. In my project, there is a list of images needs to show. So I am using a listview for the same.

Alex Chengalan
- 8,211
- 4
- 42
- 56
3
votes
1 answer
FFImageLoading: How to add authentication?
I'm trying to use FFImageLoading in my Xamarin.iOS and Xamarin.Android apps to load images from url. All the url's require authentication..
Also I'm using modernhttpclient for all other Rest Calls. For modernhttpclient this is how I'm adding…

Drunken Daddy
- 7,326
- 14
- 70
- 104
3
votes
0 answers
Android FFImageLoading using URI (Xamarin)
I am trying to load the contact images from a cursor, so I have the URI of each image.
But I would like to use the FFImageLoading library to add these images to the view, so that I can easily load placeholders and do a circle transform.
However, I…

Pectus Excavatum
- 3,593
- 16
- 47
- 68
2
votes
2 answers
Cache is not getting cleared with FFimage
I am trying to test FFImage Cached Image. Even after invalidating the cache, the image is not getting refreshed.
The old image is still coming.
2
votes
0 answers
Xamarin Forms FFImageLoading doesn't load images from a specific URL
I'm trying to load an image from this url to CachedImage
unfortunately nothing is displayed.
For example, the image from this url is loaded fine
I followed the necessary steps from the documentation so I have all the Init in MainActivity.cs, etc.
I…

Kirito Kazuto
- 23
- 1
- 6
2
votes
0 answers
Using SVG images in Xamarin.Forms Tab.Icon
Today I started with Xamarin.Forms and immediately I stumbled upon a problem.
I am using the Xamarin.Forms Shell project template and I want to change the Icons inside AppShell.xaml TabBar to SVG icons.
I have added my SVG images into a new Folder…

Nicolas
- 2,277
- 5
- 36
- 82