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

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -

Firefox reacting to JQuery setTimeout that doesn't apply -