简体   繁体   中英

how to create a server for large number of images and access them in android app

I'm developing an android app which involves a lot of images to be displayed. I cant store those images locally because the total size of images will be around 300 mb. So my question is, how do I store those images somewhere (like a server) and access them in the android app? I have looked through other questions but they talk about having a database and information about each user which I dont require. I just want to store those images which will be of fixed size (user wont upload images) and display them in android using a http request.

Can I use google drive for doing this? I also read that google drive has some limit on the usage of public folders. So I dont think I can use that.

Any other way? like some free image hosting site or free server or something similar? Or do I have to pay and use amazon web services or something similar? I have zero knowledge about web services and servers.

actually where you want to use your app means you want use as personally or in business purpose . If you use for business purpose then you take space on any server by paying some amount or you use just testing purpose then you use your local system as server by installing wamp.

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