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

Popular posts from this blog

python - rpy2 import is not working -

c++ - How to load a bitmap from file into the samples buffer -

javascript - How to get MySQL query result returned using $.ajax -