Saved ImageView not appearing after saving it as byte[]
问题 I am planning to save this ImageView : to my RealmDatabase, but the image is not appearing when I want to retrieve it. it should appear here: here is the my onSaveExpense code public void onSaveExpense() { //TODO - BITMAP EXPENSE ICONS if (mCategoriesSpinnerAdapter.getCount() > 0 ) { if (!Util.isEmptyField(etTotal)) { Category currentCategory = (Category) spCategory.getSelectedItem(); String total = etTotal.getText().toString(); String description = etDescription.getText().toString(); Bitmap