You can create a blob type data field in your database and then save the byte data into that column. But it is a bad practice to save images in database. Instead you can save images in documents directory unless it is very necessary to save images in database.