I am using Mono for Android, I would like to save a bitmap to a byte array So I can save it to a database.
Searching in here I found the following piece of code:
import this package import java.io.ByteArrayOutputStream;