سؤال

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

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top