Activeandroid Not Saving Blob Type Data(image) In Sqlite
This is My model class ...i want to insert image file in db using activeandroid .i converted image file into bytes ... but bytes is not stored in Db ... the field type in Table is
Solution 1:
AA supports saving byte arrays and defining custom type serializer maybe could help you.From performance view, its more useful create a column as a string and get the image from the disk or the web.
Post a Comment for "Activeandroid Not Saving Blob Type Data(image) In Sqlite"