portable class library - Xamarin PCL FFImageLoading: How to get the image without using CachedImage View -


can bitmap directly ffimageloading? know can use cachedimage view using ncontrol , ngraphics custom drawing touch events

imageservice.instance.loadurl(urltoimage)     .into(nativeimageview); 

or

var drawable = await imageservice.instance.loadurl(urltoimage)     .asbitmapdrawableasync();  var image = imageservice.instance.loadurl(urltoimage)     .asuiimageasync(); 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -