All Projects → luberda-molinet → Ffimageloading

luberda-molinet / Ffimageloading

Licence: mit
Image loading, caching & transforming library for Xamarin and Windows

Projects that are alternatives of or similar to Ffimageloading

arcgis-runtime-demos-dotnet
Demo applications provided by the ArcGIS Runtime SDK for .NET Team
Stars: ✭ 51 (-96.04%)
Mutual labels:  xamarin, uwp, xamarin-forms, xamarin-ios, xamarin-android
Plugin.audiorecorder
Audio Recorder plugin for Xamarin and Windows
Stars: ✭ 140 (-89.13%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (-90.3%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Arcgis Runtime Samples Dotnet
Sample code for ArcGIS Runtime SDK for .NET – UWP, WPF, Xamarin.Android, Xamarin.iOS, and Xamarin.Forms
Stars: ✭ 274 (-78.73%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Faceoff
An iOS, Android and UWP app created in Xamarin.Forms that uses Microsoft's Cognitive Emotion API Services to compare facial expressions
Stars: ✭ 79 (-93.87%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Simpleauth
The Simplest way to Authenticate and make Rest API calls in .Net
Stars: ✭ 148 (-88.51%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-75.31%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Connectivityplugin
Connectivity Plugin for Xamarin and Windows
Stars: ✭ 253 (-80.36%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Stars: ✭ 973 (-24.46%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Microsoft.maui.graphics
Stars: ✭ 160 (-87.58%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (-83.07%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
LaunchMapsPlugin
Launch External Maps Plugin for Xamarin and Windows
Stars: ✭ 49 (-96.2%)
Mutual labels:  xamarin, uwp, xamarin-forms, xamarin-ios, xamarin-android
CouchDraw
A synchronized drawing app that utilizes Couchbase Sync Gateway and Xamarin to enable shared canvases.
Stars: ✭ 22 (-98.29%)
Mutual labels:  xamarin, xamarin-forms, xamarin-ios, xamarin-android
SimpleXamarinGraphQL
An iOS and Android app built in Xamarin.Forms demonstrating how to interact with GitHub's GraphQL API
Stars: ✭ 18 (-98.6%)
Mutual labels:  xamarin, xamarin-forms, xamarin-ios, xamarin-android
Docs Archive
Xamarin docs archive
Stars: ✭ 553 (-57.07%)
Mutual labels:  xamarin, xamarin-android, xamarin-ios, xamarin-forms
InteractiveAlert-Xamarin
Interactive alerts to Xamarin
Stars: ✭ 17 (-98.68%)
Mutual labels:  xamarin, xamarin-forms, xamarin-ios, xamarin-android
xamarin-chat-signalr
Xamarin Forms Modern Chat Using SignalR ASP.NET
Stars: ✭ 12 (-99.07%)
Mutual labels:  xamarin, xamarin-forms, xamarin-ios, xamarin-android
Gittrends
A iOS and Android app to monitor the views and clones of your GitHub repos
Stars: ✭ 388 (-69.88%)
Mutual labels:  xamarin, xamarin-android, xamarin-ios, xamarin-forms
DarkModeSplashScreen
A sample app for iOS and Android written in Xamarin.Forms showing how to implement a Splash Page for Dark Mode
Stars: ✭ 28 (-97.83%)
Mutual labels:  xamarin, xamarin-forms, xamarin-ios, xamarin-android
Xamarin Forms Tab Badge
Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
Stars: ✭ 304 (-76.4%)
Mutual labels:  uwp, xamarin-android, xamarin-ios, xamarin-forms

FFImageLoading - Fast & Furious Image Loading

AppVeyor Buy Me A Coffee

Library to load images quickly & easily on Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac / Xamarin.Tizen and Windows (UWP, WinRT).

Authors: Daniel Luberda, Fabien Molinet. If you would like to help maintaining the project, just let us know!

iOS / Android / Mac / Windows / Tizen Xamarin.Forms
NuGet NuGet NuGet NuGet
Addon iOS / Android / Mac / Tizen / Windows Xamarin.Forms
Transformations NuGet NuGet NuGet NuGet
SVG support NuGet NuGet NuGet NuGet

NuGet

Features

  • Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac, Xamarin.Tizen and Windows (WinRT, UWP) support
  • Configurable disk and memory caching
  • Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage)
  • Deduplication of similar download/load requests. (If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).
  • Error and loading placeholders support
  • Images can be automatically downsampled to specified size (less memory usage)
  • Fluent API which is inspired by Picasso naming
  • SVG / WebP / GIF support
  • Image loading Fade-In animations support
  • Can retry image downloads (RetryCount, RetryDelay)
  • Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible.
  • Transformations support
    • BlurredTransformation
    • CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation
    • ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation
    • FlipTransformation, RotateTransformation
    • Supports custom transformations (native platform ITransformation implementations)

Documentation

https://github.com/luberda-molinet/FFImageLoading/wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].