Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-973

[Realm] Unsupported type for RealmList: 'android.graphics.Bitmap'

      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

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: