简体   繁体   中英

Where to store images for android app?

I'm creating a android application for Tourists. In that application user will be able to take photo and send them to storage. Other users will be able to display this photos on their devices. My question what kind of storage I have to choose to only display that photos without downloading them ?

If one person takes the picture and another can view it on another device, it means you will have a server involved. This means you'll need to download a version of the image (even just a low quality version of it as cache) or you cant view it. Check out firebase -> firebase <- quite handy & well documented to do this kinda thing

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM