Rezwan Arefin
Rezwan Arefin

Reputation: 176

Download some data in first run of a app

I am making an app which uses a lot of resources. So, It might not be better to store all of them in assets folder. I want something such that my app can download the data needed and store them somewhere where it can access. I need to download data once in every update.
This will make the app size smaller as well as the maintenance of future updates will be easy. How can I do that?

Upvotes: 0

Views: 340

Answers (1)

Nick Titov
Nick Titov

Reputation: 598

You can use Backendless FileAPI or Firebase from Google for storing all data that you need, and then just show progress dialog and download them at first start. And then just check if you already have this files.

Upvotes: 1

Related Questions