I want to make an android app that will access the image data stored on cloud. How can I do that? [closed]

You can try using Firebase. They allow you to store images up to 10MB, if they are larger than that you can chop it in 10MB chunks. Here’s a neat guide: http://technikyle.com/storing-images-in-firebase/

Leave a Comment