Fresco
An Android library for managing images and the memory they use. (by facebook)
Coil
Image loading for Android backed by Kotlin Coroutines. (by coil-kt)
Our great sponsors
Fresco | Coil | |
---|---|---|
3 | 8 | |
16,927 | 9,019 | |
0.1% | 1.0% | |
8.9 | 8.5 | |
4 days ago | 4 days ago | |
Java | Kotlin | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Fresco
Posts with mentions or reviews of Fresco.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-10.
-
React Native 0.57.x <Image/> large images low quality
I have created an issue at Fresco on August 22, 2019 and after some conversations and talkings, the only way for now to disable image downsample, is to compile Fresco from source after removing/comment out the downsample code inside DecodeProducer.java.
-
What are the most common used (3rd party) libraries and frameworks used in Android development?
Image loading: Glide, Picasso, Coil, Fresco
-
A foss "PDF scanner", alternatives to CamScanner
Project: Fresco (An Image Management Library) Copyright (c) 2015-present, Facebook, Inc. All rights reserved. License (BSD License) https://github.com/facebook/fresco/blob/master/LICENSE
Coil
Posts with mentions or reviews of Coil.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-23.
-
Simple RSS Feed Reader - Jetpack Compose
For image loading, I used the rememberImagePainter() composable function from the coil image loading library.
-
Coil 2.0 is out now
Unfortunately there is still no support for applying transformations to placeholders 😞
-
Best way to fadein image views in a recyclerview?
You can also take a look at Coil, Picasso or Glide which usually have some kind of crossfade animation when the image loads.
-
Implementing Jetpack Compose + Orbit MVI
Name Link Koin https://insert-koin.io Jetpack Compose https://developer.android.com/jetpack/compose Navigation Compose https://developer.android.com/jetpack/compose/navigation Orbit MVI https://orbit-mvi.org Coil https://coil-kt.github.io/coil/ Room https://developer.android.com/training/data-storage/room?hl=ja Kotlin-Serialiazation https://github.com/Kotlin/kotlinx.serialization PokemonGO-Pokedex https://github.com/Biuni/PokemonGO-Pokedex
-
What are the most common used (3rd party) libraries and frameworks used in Android development?
Image loading: Glide, Picasso, Coil, Fresco
-
Requesting best practices to remove lag on Jetpack compose Sectioned LazyColumn
u/khaled2252 Thank you for the reply. I do use images and for loading images, I am relying on coil-compose library. I also had the similar thought like yours and only used simple
What are some alternatives?
When comparing Fresco and Coil you can also consider the following projects:
glide - An image loading and caching library for Android focused on smooth scrolling
Picasso - A powerful image downloading and caching library for Android
Glide Bitmap Pool - Glide Bitmap Pool is a memory management library for reusing the bitmap memory
glide-transformations - An Android transformation library providing a variety of image transformations for Glide.
Android-Universal-Image-Loader - Powerful and flexible library for loading, caching and displaying images on Android.
ion - Android Asynchronous Networking and Image Loading
Compressor - An android image compression library.