Kingfisher
A lightweight, pure-Swift library for downloading and caching images from the web. (by onevcat)
Realm
Realm is a mobile database: a replacement for Core Data & SQLite (by realm)
Kingfisher | Realm | |
---|---|---|
19 | 50 | |
23,937 | 16,512 | |
0.4% | 0.1% | |
8.9 | 7.7 | |
5 days ago | 18 days ago | |
Swift | Objective-C | |
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.
Kingfisher
Posts with mentions or reviews of Kingfisher.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-17.
-
Question about Apple's review
The 3rd party library I use GRDB SwiftyUserDefaults Kingfisher SwiftDate Popovers
-
Storage of 1000's of images for Travel app
Saving URLs definitely the way to go. Would recommend using a library such as Kingfisher to do the image loading/ caching for you.
-
Best way to extract text and images from html code in order?
I also looked into this github library but wanted to first ask if anyone's had any experience using it.
-
Collection view downloading wrong image
You can checkout Kingfisher library (it downloads image, and caches it). Usage is fairly simple but I would recomment that you create extension for the UIIMageView, somthing in line like this:
-
How do you guys handle image caching?
In native iOS, most people use Kingfisher, and i'd love to have something as good as that on our RN app. Perhaps just some pure JS library that you could plug on the existing image component, and that would handle the saving-to-disk and fetching of the image?
-
Cracking the iOS Interview
Kingfisher - Download and cache images
- Kingfisher
-
Is using CoreData + CloudKit to store text note, and iCloud Document to store note image attachments as image files a good design approach?
We are using https://github.com/onevcat/Kingfisher for smooth image loading in collection view. If the image data are not in regular text file, how can we integrate CoreData's blob data with Kingfisher?
-
Almost Netflix: An iOS Netflix Clone built with Appwrite
Make sure the proper target is selected in the Add to target in the dialog as shown above, then click Add Package button. The package should successfully be added to your project. Now following the same process, this time search for the Kingfisher package using the GitHub URL as the following https://github.com/onevcat/Kingfisher.
-
Awesome macOS Libraries List
Kingfisher - A lightweight, pure-Swift library for downloading and caching images from the web. Language: Swift.
Realm
Posts with mentions or reviews of Realm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-04.
-
Release Radar · September 2024: Major updates from the open source community
From the team at MongoDB comes Realm, a mobile database that runs directly inside phones, tablets, or wearables. It's built for mobile, and designed for offline use. The latest release comes with built-in Swift 6 language mode, and Xcode 16 support. Some breaking changes include removal of Atlas App Services and Atlas Device Sync functionality, Strings and Data now considered different types and thus queries won't match one another, and Realms are no longer autoreleased when initialised. Dig into all the updates in the Realm changelog.
- MongoDB has deprecated the Realm SDK for iOS/Android
-
Energy, WiFi and RAM use by Android messaging apps
Presumably realm in Element for Android. https://realm.io/ "Realm by MongoDB"
See also https://github.com/vector-im/element-android/issues/1025
-
I built a WebComponents-based framework
Looks really cool, I like to make very minimalistic dependency choices for the web apps I work on. Web Components look interesting and it's great to see frameworks that build upon it and provide features that are currently missing from it.
When I landed on the page I remembered another Realm framework I used a lot long time ago. https://realm.io has the same name and the logo looks very similar too. Not sure if it's a problem, just wanted to share. :)
-
What is the best DB for offline-first?
Realm (Open Source but Sync is SaaS)
-
Realm Database, Expo SDK 49 and Expo Router Getting Started
Realm is a fast, scalable alternative to SQLite with mobile to cloud data sync that makes building real-time, reactive mobile apps easy.
-
Looking for android java developer mentor
I would focus on Kotlin instead of Java, there's really no point in sticking to Java at this point. And when it comes to databases, some local ones that are pretty easy to get into are Realm and ObjectBox, SQLite can definitely be a bit overwhelming at the beginning.
- Please help me out. Recently switched to M1 from intel. Getting error while running the build on simulator.
-
Help with saving user data when answering quiz!
So yeah, if you don't have a server with API which will store data for you - you should really look into CoreData and Realm
-
Is there something like SQLite for MongoDB?
Try Realm.
What are some alternatives?
When comparing Kingfisher and Realm you can also consider the following projects:
Nuke - Image loading system
MMKV - An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, POSIX, and OHOS.
SDWebImage - Asynchronous image downloader with cache support as a UIImageView category
GRDB.swift - A toolkit for SQLite databases, with a focus on application development
AlamofireImage - AlamofireImage is an image component library for Alamofire
SwiftData