When user open my Application.
It will call API to my server, and take the json
and stored in somewhere, and the json
It stored can use anywhere in my application (any Activity
, any Fragment
, like SharedPreference
).
When user close the application, data will clear. Reopen it, It's will calling and storing data again.
What method should I can use? Or any other implementation? Thank you