You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load images from folder in Solution (Assets) ,, please show me the changes and changes in the code
return "http://jetimageloader.artemzin.com/sample_images/" + imageFileName;
i want
return "assets/1.PNG";
The text was updated successfully, but these errors were encountered:
Currently, JetImageLoader does not support local URLs, but it would be
great if you'll make a pull request with implementation of this feature
I'd suggest to use "asset://" uri scheme
24 сент. 2014 г. 11:14 пользователь "MaherElhendy" notifications@github.com
написал:
Load images from folder in Solution (Assets) ,, please show me the changes
and changes in the code
return "http://jetimageloader.artemzin.com/sample_images/" +
imageFileName;
i want
return "assets/1.PNG";
—
Reply to this email directly or view it on GitHub #36.
Load images from folder in Solution (Assets) ,, please show me the changes and changes in the code
return "http://jetimageloader.artemzin.com/sample_images/" + imageFileName;
i want
return "assets/1.PNG";
The text was updated successfully, but these errors were encountered: