I am planning to show some image in my app. Also, this images must be in assets folder. First I will upload images into assets folder from url, and when app runs, must show this images from assets folder. Is there any possible way to do this ?
Asked
Active
Viewed 1,504 times
0
-
"this images must be in assets folder" -- why? "I will upload images into assets folder from url" -- assets are read-only at runtime. Is this "upload" process something that you are doing as part of your development process? – CommonsWare Apr 10 '15 at 17:03
-
Yes. Upload is my process. The app read images from assets folder. And how can I show my images that I get this from url ? – Apr 10 '15 at 17:08