0

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 ?

  • "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

2 Answers2

0

The assets folder is read-only the images you get should be saved to a spot on the device then referenced by its path

tyczj
  • 71,600
  • 54
  • 194
  • 296
0

there is a detailed explanation here for how to save image to internal directory and load them

Community
  • 1
  • 1
Sai Phani
  • 462
  • 3
  • 6