I'm newbie in android and I'm writing a transport scheduling android app.
I have a JSON
data with a huge structure (time, bus stops list, train-stops list, routes, etc). The scheduling changes 2 times per year (summer and winter times).
To write my own API
is too hard for me.
Can I store JSON
data in SQLite
or SharedPreferences
? Or the best way to store in service like parse.com
and than download it to device ? Or I can store it in the file
?