Upload and retrieve image concerns
Posted: Thu May 14, 2020 4:56 pm
Hi all,
Currently exploring what are the ways I can upload or retrieve an image for my app. The app is set to be developed on android and iOS platforms and I could really use some advice/help.
1. I tried uploading it and retrieving it from my database, however as the images increase, it makes my app very lag (15 secs taken to display 4 images) that is retrieved from the database. Is there any way to speed things up?
2. For android, From what I know I can use a file path to store the images used from my app and also retrieve the images from there. How do I go on about coding it?
3. For iOS, is there a file path like I can use in android? If yes what is it?
Just looking for the best way to upload and retrieve images without lagging and slowing my app down drastically. Any input and help is appreciated.
Thanks!
Currently exploring what are the ways I can upload or retrieve an image for my app. The app is set to be developed on android and iOS platforms and I could really use some advice/help.
1. I tried uploading it and retrieving it from my database, however as the images increase, it makes my app very lag (15 secs taken to display 4 images) that is retrieved from the database. Is there any way to speed things up?
2. For android, From what I know I can use a file path to store the images used from my app and also retrieve the images from there. How do I go on about coding it?
3. For iOS, is there a file path like I can use in android? If yes what is it?
Just looking for the best way to upload and retrieve images without lagging and slowing my app down drastically. Any input and help is appreciated.
Thanks!