Android Question What is the best storage platform?

cekax

New Member
Hi there,

I'm working on an Android app, and i want to download a JSON data online and parse it into a CustomListView.
I did all the work, but i just want to know what is the best plan to store my JSON file online and get the data from it..
I think Firebase Storage is a good choice, but the bandwidth is limited at 1GB/day.

Please, let me know which is the best online storage platform i should use and specifies if it is free or not.
(The JSON file is small, about 20/25 KB)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1GB = 1,048,576 KB = ~42000 * 25 KB.
It isn't trivial to reach 42k active users.

With that said, there are all kinds of places where you can host a file and many of them are free. Example: Google Drive, Dropbox, Microsoft something and so on.

And you can buy a shared hosting or VPS for a few dollars per month.
 
Upvote 0
Top