-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: None
Problem
I want to store images in Bitmap in list but realm is not supporting Bitmap
class ImageData : RealmObject { @PrimaryKey var _id: ObjectId = ObjectId.invoke() var timestamp: RealmInstant = RealmInstant.now() var bitmapList: RealmList<Bitmap> = realmListOf() }
Solution
No response
Alternatives
No response
How important is this improvement for you?
Fairly niche but nice to have anyway
Feature would mainly be used with
Local Database only