This question is locked. New answers and comments are not allowed.
In my NativeScript app I need to resize my images before using it in the
RadListView because of out of memory issues in Android. I have found a NativeScript-Fresco
plugin but unfortunately it does not do resizing, however the Fresco library
does have a resize routine, it's just not available in the NativeScript-Fresco
plugin.
So, can I call FrescoDrawee
(Facebook's image library in java for Android) from my NativeScript app?
If so , how do I do that?
Thanks so much!