android - Can I use MvxImageView with view model bitmaps? -
I have PNG images stored in the image field type in a remote SQL Server database. I have them in the local SQL Lite database I aim to download and store as Blob Type. The app sometimes runs in a connected way so that it can not capture images through the URL.
The image will eventually be the property of a visual model, how do I divide it from my MvxImageView?
Look at MVVCross N + 1N = 14 by using Stuart MvxInmemoryImageValueConverter Bind to MvxImageView in a byte array Shows how to do
Comments
Post a Comment