Hello,
I have to save a picture into a database (azure). My data model is cross platform, therefore I can't use "Bitmap" type for my model class. That's why I choose to use byte[].
In android, I have a bitmap. I don't success to convert it into a byte[]. How to do it ?