Frage

GreenDao. How insert image file (png) for example. What is the specify entity property (i can use "addByteArrayProperty"?). Thank you!

War es hilfreich?

Lösung

Yes you can use addByteArrayProperty to store the raw bytes of your file. The file format doesn't matter, you only have to know how to deal with the raw data.

If you have files you could also store the path to the files on your device in your database.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top